Changeset 7509 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2014-09-07T16:33:52+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginDownloadTask.java
r7248 r7509 40 40 */ 41 41 public static final String PLUGIN_MIME_TYPES = "application/java-archive, application/zip; q=0.9, application/octet-stream; q=0.5"; 42 42 43 43 private final Collection<PluginInformation> toUpdate = new LinkedList<>(); 44 44 private final Collection<PluginInformation> failed = new LinkedList<>();
Note: See TracChangeset
for help on using the changeset viewer.