Changeset 10212 in josm for trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java
- Timestamp:
- 2016-05-15T00:51:10+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java
r10106 r10212 16 16 import java.beans.PropertyChangeEvent; 17 17 import java.beans.PropertyChangeListener; 18 import java.io.IOException; 18 19 import java.net.URI; 19 20 import java.net.URISyntaxException; … … 1216 1217 } 1217 1218 } 1218 } catch (Exception e) { 1219 } catch (URISyntaxException | IOException e) { 1219 1220 Main.error(e); 1220 1221 }
Note:
See TracChangeset
for help on using the changeset viewer.
