Ignore:
Timestamp:
2016-01-01T19:03:00+01:00 (10 years ago)
Author:
simon04
Message:

JOSM/reverter,trustosm: update due to core API change - see #josm7670

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reverter/src/reverter/ChangesetReverter.java

    r31590 r31897  
    249249    public void downloadMissingPrimitives(ProgressMonitor monitor) throws OsmTransferException {
    250250        if (!hasMissingObjects()) return;
    251         MultiFetchServerObjectReader rdr = new MultiFetchServerObjectReader();
     251        MultiFetchServerObjectReader rdr = MultiFetchServerObjectReader.create();
    252252        for (PrimitiveId id : missing) {
    253253            switch (id.getType()) {
Note: See TracChangeset for help on using the changeset viewer.