Changeset 14984 in josm for trunk/src


Ignore:
Timestamp:
2019-04-11T15:34:58+02:00 (5 years ago)
Author:
GerdP
Message:

fix checkstyle issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/io/importexport/FileImporter.java

    r14983 r14984  
    9595            importData(f, progressMonitor);
    9696            return true;
    97         } catch (IllegalDataException | IllegalStateException e ) {
     97        } catch (IllegalDataException | IllegalStateException e) {
    9898            Throwable cause = e.getCause();
    9999            if (cause instanceof ImportCancelException) {
Note: See TracChangeset for help on using the changeset viewer.