Ignore:
Timestamp:
2006-10-08T03:20:53+02:00 (18 years ago)
Author:
imi
Message:
  • enhanced plugin system to integrate osmarender
File:
1 edited

Legend:

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

    r153 r154  
    2525                try {
    2626                plugin.getClass().getMethod("mapFrameInitialized", MapFrame.class, MapFrame.class).invoke(plugin, oldFrame, newFrame);
     27        } catch (NoSuchMethodException e) {
    2728        } catch (Exception e) {
    2829                throw new PluginException(this, info.name, e);
Note: See TracChangeset for help on using the changeset viewer.