- Timestamp:
- 2014-06-10T00:51:18+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/MapCSSTagChecker.java
r7213 r7234 337 337 try { 338 338 m.appendReplacement(sb, String.valueOf(argument)); 339 } catch (IndexOutOfBoundsException e) {339 } catch (IndexOutOfBoundsException | IllegalArgumentException e) { 340 340 Main.error(tr("Unable to replace argument {0} in {1}: {2}", argument, sb, e.getMessage())); 341 341 }
Note:
See TracChangeset
for help on using the changeset viewer.