Changeset 34208 in osm for applications/editors/josm/plugins/reverter/src
- Timestamp:
- 2018-05-20T21:21:27+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reverter/src/reverter/corehacks/OsmServerChangesetReader.java
r32905 r34208 147 147 if (in == null) 148 148 return null; 149 monitor.indeterminateSubTask(tr("({0}/{1}) Downloading changeset {2} ...", i, ids.size(), id));149 monitor.indeterminateSubTask(tr("({0}/{1}) Downloading changeset {2}...", i, ids.size(), id)); 150 150 List<Changeset> changesets = OsmChangesetParser.parse(in, monitor.createSubTaskMonitor(1, true)); 151 151 if (changesets == null || changesets.isEmpty()) {
Note:
See TracChangeset
for help on using the changeset viewer.
