Changeset 31897 in osm for applications/editors/josm/plugins/trustosm
- Timestamp:
- 2016-01-01T19:03:00+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/trustosm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/trustosm/build.xml
r31768 r31897 5 5 <property name="commit.message" value="New plugin for digital signing osm data"/> 6 6 <!-- 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 8 11 <property name="plugin.author" value="Christoph Wagner" /> 9 12 <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 76 76 synchronized (this) { 77 77 if (canceled) return; 78 objectReader = newMultiFetchServerObjectReader();78 objectReader = MultiFetchServerObjectReader.create(); 79 79 } 80 80 objectReader.append(missing);
Note:
See TracChangeset
for help on using the changeset viewer.