Changeset 14984 in josm
- Timestamp:
- 2019-04-11T15:34:58+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/io/importexport/FileImporter.java
r14983 r14984 95 95 importData(f, progressMonitor); 96 96 return true; 97 } catch (IllegalDataException | IllegalStateException e 97 } catch (IllegalDataException | IllegalStateException e) { 98 98 Throwable cause = e.getCause(); 99 99 if (cause instanceof ImportCancelException) {
Note:
See TracChangeset
for help on using the changeset viewer.