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/gui/preferences/plugin/PluginUpdatePolicyPanel.java

    r8510 r8513  
    196196            } catch (NumberFormatException e) {
    197197                // ignore - load from preference pluginmanager.time-based-update.interval
     198                if (Main.isTraceEnabled()) {
     199                    Main.trace(e.getMessage());
     200                }
    198201            }
    199202            if (days <= 0) {
Note: See TracChangeset for help on using the changeset viewer.