Ignore:
Timestamp:
2016-06-15T10:30:37+02:00 (7 years ago)
Author:
Don-vip
Message:

Checkstyle 6.19: enable SingleSpaceSeparator and fix violations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java

    r10300 r10378  
    368368                + "</html>";
    369369            togglePreferenceKey = "pluginmanager.version-based-update.policy";
    370         }  else {
     370        } else {
    371371            long tim = System.currentTimeMillis();
    372372            long last = Main.pref.getLong("pluginmanager.lastupdate", 0);
     
    725725                        + "Delete from preferences?</html>", plugin.name, plugin.className);
    726726            }
    727         }  catch (RuntimeException e) {
     727        } catch (RuntimeException e) {
    728728            pluginLoadingExceptions.put(plugin.name, e);
    729729            Main.error(e);
Note: See TracChangeset for help on using the changeset viewer.