Changeset 14983 in josm
- Timestamp:
- 2019-04-10T14:31:02+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/io/importexport/FileImporter.java
r14153 r14983 95 95 importData(f, progressMonitor); 96 96 return true; 97 } catch (IllegalDataException 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.