- Timestamp:
- 2023-06-14T22:39:45+02:00 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/MapCSSTagCheckerRule.java
r18761 r18762 277 277 } else { 278 278 final Object val = errors.keySet().iterator().next().val; 279 selector = selector == null ? whichSelectorMatchesPrimitive(p) : selector;279 selector = selector == null && p != null ? whichSelectorMatchesPrimitive(p) : selector; 280 280 return String.valueOf( 281 281 val instanceof Expression
Note:
See TracChangeset
for help on using the changeset viewer.