Ignore:
Timestamp:
2024-06-13T21:18:45+02:00 (5 months ago)
Author:
taylor.smock
Message:

Cleanup some new PMD warnings from PMD 7.x (followup of r19101)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/io/UploadSelectionDialog.java

    r16438 r19106  
    254254                return Collections.emptyList();
    255255            return Arrays.stream(indices).filter(i -> i >= 0)
    256                     .mapToObj(i -> data.get(i))
     256                    .mapToObj(data::get)
    257257                    .collect(Collectors.toList());
    258258        }
Note: See TracChangeset for help on using the changeset viewer.