Changeset 7597 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2014-10-04T17:54:40+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginDownloadTask.java
r7596 r7597 155 155 File pluginDir = Main.pref.getPluginsDirectory(); 156 156 if (!pluginDir.exists() && !pluginDir.mkdirs()) { 157 / /lastException =new PluginDownloadException(tr("Failed to create plugin directory ''{0}''", pluginDir.toString()));157 /*lastException =*/ new PluginDownloadException(tr("Failed to create plugin directory ''{0}''", pluginDir.toString())); 158 158 failed.addAll(toUpdate); 159 159 return;
Note:
See TracChangeset
for help on using the changeset viewer.