Changeset 15813 in josm for trunk/src/org
- Timestamp:
- 2020-02-03T22:02:21+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/properties/AbstractCopyAction.java
r15751 r15813 49 49 .flatMap(key -> sel.stream().map(p -> getString(p, key))) 50 50 .filter(Objects::nonNull) 51 .flatMap(Collection::stream); 51 .flatMap(Collection::stream) 52 .distinct(); 52 53 } 53 54
Note:
See TracChangeset
for help on using the changeset viewer.