Changeset 31897 in osm for applications/editors/josm/plugins/reverter
- Timestamp:
- 2016-01-01T19:03:00+01:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/reverter
- Files:
-
- 2 edited
-
build.xml (modified) (1 diff)
-
src/reverter/ChangesetReverter.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reverter/build.xml
r31120 r31897 4 4 <property name="commit.message" value="Reverter: Update MultiOsmReader to support null data after redaction"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value=" 8338"/>6 <property name="plugin.main.version" value="9241"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/reverter/src/reverter/ChangesetReverter.java
r31590 r31897 249 249 public void downloadMissingPrimitives(ProgressMonitor monitor) throws OsmTransferException { 250 250 if (!hasMissingObjects()) return; 251 MultiFetchServerObjectReader rdr = newMultiFetchServerObjectReader();251 MultiFetchServerObjectReader rdr = MultiFetchServerObjectReader.create(); 252 252 for (PrimitiveId id : missing) { 253 253 switch (id.getType()) {
Note:
See TracChangeset
for help on using the changeset viewer.
