Changeset 21635 in osm for applications/editors/josm/plugins
- Timestamp:
- 2010-06-10T17:39:00+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reverter/src/reverter/RevertChangesetAction.java
r21634 r21635 70 70 @Override 71 71 protected void realRun() throws OsmTransferException { 72 progressMonitor.indeterminateSubTask("Downloading changeset"); 72 73 rev = new ChangesetReverter(changesetId, NullProgressMonitor.INSTANCE); 73 progressMonitor.indeterminateSubTask("Downloading changeset");74 if (progressMonitor.isCancelled()) return; 74 75 if (!checkMissing()) return; 75 76 rev.downloadObjectsHistory(progressMonitor.createSubTaskMonitor(ProgressMonitor.ALL_TICKS, false));
Note:
See TracChangeset
for help on using the changeset viewer.