Changeset 8432 in josm for trunk/src/org
- Timestamp:
- 2015-05-28T18:22:03+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleSource.java
r8404 r8432 283 283 } else if (c instanceof KeyValueCondition) { 284 284 KeyValueCondition keyValueCondition = (KeyValueCondition) c; 285 if (!Op.NEGATED_OPS.contains(keyValueCondition )) {285 if (!Op.NEGATED_OPS.contains(keyValueCondition.op)) { 286 286 key = keyValueCondition.k; 287 287 }
Note:
See TracChangeset
for help on using the changeset viewer.