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

checkstyle: blocks

File:
1 edited

Legend:

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

    r8510 r8513  
    11241124     */
    11251125    public static Object getPlugin(String name) {
    1126         for (PluginProxy plugin : pluginList)
     1126        for (PluginProxy plugin : pluginList) {
    11271127            if (plugin.getPluginInformation().name.equals(name))
    11281128                return plugin.plugin;
     1129        }
    11291130        return null;
    11301131    }
Note: See TracChangeset for help on using the changeset viewer.