Changeset 12336 in josm for trunk/src/org
- Timestamp:
- 2017-06-08T00:08:49+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginClassLoader.java
r12323 r12336 6 6 import java.util.ArrayList; 7 7 import java.util.Collection; 8 9 import org.openstreetmap.josm.tools.Logging; 8 10 9 11 /** … … 52 54 } catch (ClassNotFoundException e) { 53 55 // do nothing 56 Logging.trace("Plugin class not found in {0}: {1}", dep, e.getMessage()); 54 57 } 55 58 }
Note:
See TracChangeset
for help on using the changeset viewer.