- Timestamp:
- 2018-12-09T23:29:52+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/MapCSSTagChecker.java
r14489 r14540 993 993 .map(e -> ((LiteralExpression) e).getLiteral()) 994 994 .filter(l -> l instanceof String) 995 .map(l -> (String) l) 995 .map(l -> ((String) l).split(",")[0]) 996 996 .findFirst(); 997 997 }
Note:
See TracChangeset
for help on using the changeset viewer.