Ignore:
Timestamp:
2013-10-07T00:04:48+02:00 (11 years ago)
Author:
Don-vip
Message:

Sonar/FindBugs - Nested blocks of code should not be left empty

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/DownloadPrimitiveAction.java

    r6084 r6310  
    105105                        });
    106106                    } catch (InterruptedException ex) {
     107                        Main.warn(ex);
    107108                    } catch (InvocationTargetException ex) {
     109                        Main.warn(ex);
    108110                    }
    109111                }
Note: See TracChangeset for help on using the changeset viewer.