Changeset 10245 in josm for trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/Condition.java
- Timestamp:
- 2016-05-17T18:03:39+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/Condition.java
r10001 r10245 119 119 CONTAINS; 120 120 121 protectedstatic final Set<Op> NEGATED_OPS = EnumSet.of(NEQ, NREGEX);121 static final Set<Op> NEGATED_OPS = EnumSet.of(NEQ, NREGEX); 122 122 123 123 /**
Note:
See TracChangeset
for help on using the changeset viewer.
