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

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

Location:
applications/editors/josm/plugins/trustosm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/trustosm/build.xml

    r31768 r31897  
    55    <property name="commit.message" value="New plugin for digital signing osm data"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="7001" />
     7    <property name="plugin.main.version" value="9241" />
     8    ;qa
     9    :q
     10
    811    <property name="plugin.author" value="Christoph Wagner" />
    912    <property name="plugin.class" value="org.openstreetmap.josm.plugins.trustosm.TrustOSMplugin" />
  • applications/editors/josm/plugins/trustosm/src/org/openstreetmap/josm/plugins/trustosm/gui/DownloadSignedOsmDataTask.java

    r30724 r31897  
    7676            synchronized (this) {
    7777                if (canceled) return;
    78                 objectReader = new MultiFetchServerObjectReader();
     78                objectReader = MultiFetchServerObjectReader.create();
    7979            }
    8080            objectReader.append(missing);
Note: See TracChangeset for help on using the changeset viewer.