Changeset 3332 in josm for trunk/src/org
- Timestamp:
- 2010-06-15T17:30:11+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginDownloadTask.java
r3090 r3332 110 110 int answer = dialog.getValue(); 111 111 if (answer != 1) 112 return;112 throw new PluginDownloadException(tr("Download skipped")); 113 113 } 114 114 OutputStream out = null;
Note:
See TracChangeset
for help on using the changeset viewer.