Changeset 16626 in josm for trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss
- Timestamp:
- 2020-06-14T14:55:23+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/ConditionFactory.java
r16438 r16626 182 182 static final Set<Op> NEGATED_OPS = EnumSet.of(NEQ, NREGEX); 183 183 184 @SuppressWarnings("ImmutableEnumChecker") 184 185 private final BiPredicate<String, String> function; 185 186
Note:
See TracChangeset
for help on using the changeset viewer.
