Changeset 12910 in josm
- Timestamp:
- 2017-09-30T15:06:25+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r12896 r12910 859 859 } 860 860 } 861 throw new AssertionError("unable to find dependency " + depName + " for plugin " + info.getName());861 Logging.error("unable to find dependency " + depName + " for plugin " + info.getName()); 862 862 } 863 863 }
Note:
See TracChangeset
for help on using the changeset viewer.