Changeset 19535 in josm for trunk/src/org/openstreetmap/josm/gui/mappaint/RenderingCLI.java
- Timestamp:
- 2026-02-20T11:51:47+01:00 (43 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/RenderingCLI.java
r19519 r19535 274 274 try { 275 275 argBounds = new Bounds(arg, ",", Bounds.ParseMethod.LEFT_BOTTOM_RIGHT_TOP, false); 276 } catch (IllegalArgumentException iae) { // NOPMD276 } catch (IllegalArgumentException iae) { 277 277 throw new OptionParseException( 278 278 tr("Unable to parse {0} parameter: {1}", "--bounds", iae.getMessage()), iae); … … 309 309 double lat = LatLonParser.parseCoordinate(parts[1]); 310 310 argAnchor = new LatLon(lat, lon); 311 } catch (IllegalArgumentException iae) { // NOPMD311 } catch (IllegalArgumentException iae) { 312 312 throw new OptionParseException(tr("In option {0}: {1}", "--anchor", iae.getMessage()), iae); 313 313 }
Note:
See TracChangeset
for help on using the changeset viewer.
