Changeset 9059 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2015-11-23T01:09:15+01:00 (9 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginDownloadTask.java
r8938 r9059 33 33 * 34 34 */ 35 public class PluginDownloadTask extends PleaseWaitRunnable {35 public class PluginDownloadTask extends PleaseWaitRunnable { 36 36 37 37 /** -
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r8944 r9059 1164 1164 public boolean accept(File dir, String name) { 1165 1165 return name.endsWith(".jar.new"); 1166 }}); 1166 } 1167 }); 1167 1168 if (files == null) 1168 1169 return;
Note:
See TracChangeset
for help on using the changeset viewer.