Changeset 17859 in josm
- Timestamp:
- 2021-05-04T20:28:54+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/tagging/presets/TaggingPresetItemGuiSupport.java
r17610 r17859 107 107 @Override 108 108 public boolean evaluateCondition(SearchCompiler.Match condition) { 109 throw new UnsupportedOperationException();109 return selected.stream().anyMatch(condition); 110 110 } 111 111
Note:
See TracChangeset
for help on using the changeset viewer.