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