Ignore:
Timestamp:
2013-11-08T01:39:06+01:00 (10 years ago)
Author:
Don-vip
Message:

Sonar/Findbugs - fix various violations, javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/OpeningHourTest.java

    r6377 r6378  
    164164            try {
    165165                prettifiedValue = (String) ((Invocable) ENGINE).invokeMethod(r, "prettifyValue");
    166             } catch (Exception ignore) {
     166            } catch (Exception e) {
     167                Main.debug(e.getMessage());
    167168            }
    168169            for (final Object i : getList(((Invocable) ENGINE).invokeMethod(r, "getWarnings"))) {
Note: See TracChangeset for help on using the changeset viewer.