Changeset 13443 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2018-02-18T23:58:34+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainApplication.java
r13434 r13443 22 22 import java.net.ProxySelector; 23 23 import java.net.URL; 24 import java.nio.file.InvalidPathException; 24 25 import java.nio.file.Paths; 25 26 import java.security.AllPermission; … … 965 966 config.openAndReadXML(is); 966 967 } 967 } catch (IOException ex) { 968 } catch (IOException | InvalidPathException ex) { 968 969 Logging.error(ex); 969 970 return;
Note:
See TracChangeset
for help on using the changeset viewer.