Changeset 19535 in josm for trunk/src/org/openstreetmap/josm/io/remotecontrol/handler/LoadAndZoomHandler.java
- Timestamp:
- 2026-02-20T11:51:47+01:00 (29 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/remotecontrol/handler/LoadAndZoomHandler.java
r19200 r19535 179 179 } 180 180 } 181 } catch (RuntimeException ex) { // NOPMD181 } catch (RuntimeException ex) { 182 182 Logging.warn("RemoteControl: Error parsing load_and_zoom remote control request:"); 183 183 Logging.error(ex); … … 247 247 ExceptionDialogUtil.explainException(ex); 248 248 } catch (ExecutionException | TimeoutException | 249 OsmTransferException | RuntimeException ex) { // NOPMD249 OsmTransferException | RuntimeException ex) { 250 250 ExceptionDialogUtil.explainException(ex); 251 251 }
Note:
See TracChangeset
for help on using the changeset viewer.
