- Timestamp:
- 2021-01-04T16:44:08+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/PropertiesMembershipChoiceDialog.java
r16362 r17438 143 143 144 144 private static boolean isTagged(final Collection<Node> existingNodes) { 145 return existingNodes.stream().anyMatch(Node:: hasKeys);145 return existingNodes.stream().anyMatch(Node::isTagged); 146 146 } 147 147
Note:
See TracChangeset
for help on using the changeset viewer.