Changeset 8882 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2015-10-15T01:02:36+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r8846 r8882 79 79 * Deprecated plugins that are removed on start 80 80 */ 81 p ublicstatic final Collection<DeprecatedPlugin> DEPRECATED_PLUGINS;81 protected static final Collection<DeprecatedPlugin> DEPRECATED_PLUGINS; 82 82 static { 83 83 String IN_CORE = tr("integrated into main program");
Note: See TracChangeset
for help on using the changeset viewer.