Changeset 8308 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2015-05-02T00:55:19+02:00 (10 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginException.java
r6380 r8308 12 12 */ 13 13 public class PluginException extends Exception { 14 public final PluginProxy plugin; 14 public final transient PluginProxy plugin; 15 15 public final String name; 16 16 -
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r8291 r8308 1088 1088 return name.endsWith(".jar.new"); 1089 1089 }}); 1090 if (files == null) 1091 return; 1090 1092 1091 1093 for (File updatedPlugin : files) {
Note:
See TracChangeset
for help on using the changeset viewer.