Changeset 7294 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2014-07-07T22:44:23+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java
r7033 r7294 333 333 try { 334 334 return Class.forName(className, true, classLoader); 335 } catch ( ClassNotFoundException | ClassCastException e) {335 } catch (NoClassDefFoundError | ClassNotFoundException | ClassCastException e) { 336 336 throw new PluginException(name, e); 337 337 }
Note:
See TracChangeset
for help on using the changeset viewer.