Changeset 33123 in osm for applications/editors/josm/plugins/utilsplugin2
- Timestamp:
- 2017-01-25T01:26:56+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/PasteRelationsAction.java
r32815 r33123 114 114 } catch (IllegalStateException e) { 115 115 Main.warn(e); 116 } catch (NullPointerException e) { 117 // JDK-6322854: On Linux/X11, NPE can happen for unknown reasons, on all versions of Java 118 Main.error(e); 116 119 } 117 120 }
Note:
See TracChangeset
for help on using the changeset viewer.