Ignore:
Timestamp:
2015-06-21T02:25:56+02:00 (9 years ago)
Author:
Don-vip
Message:

checkstyle: blocks

File:
1 edited

Legend:

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

    r8465 r8513  
    129129        } catch (SecurityException e) {
    130130            // Ignore exception
     131            if (Main.isTraceEnabled()) {
     132                Main.trace(e.getMessage());
     133            }
    131134        }
    132135        List<String> commandLineArgs = Main.getCommandLineArgs();
Note: See TracChangeset for help on using the changeset viewer.