Changeset 12883 in josm for trunk/src/org
- Timestamp:
- 2017-09-21T17:11:07+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/MapCSSTagChecker.java
r12846 r12883 329 329 } else if ("fixRemove".equals(ai.key)) { 330 330 CheckParameterUtil.ensureThat(!(ai.val instanceof String) || !(val != null && val.contains("=")), 331 "Unexpected '='. Please only specify the key to remove !");331 "Unexpected '='. Please only specify the key to remove in: " + ai); 332 332 check.fixCommands.add(FixCommand.fixRemove(ai.val)); 333 333 } else if (val != null && "fixChangeKey".equals(ai.key)) {
Note:
See TracChangeset
for help on using the changeset viewer.