Changeset 8855 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2015-10-10T21:01:42+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginDownloadTask.java
r8510 r8855 44 44 private final Collection<PluginInformation> failed = new LinkedList<>(); 45 45 private final Collection<PluginInformation> downloaded = new LinkedList<>(); 46 //private Exception lastException;47 46 private boolean canceled; 48 47 private HttpURLConnection downloadConnection;
Note: See TracChangeset
for help on using the changeset viewer.