Changeset 31515 in osm for applications/editors/josm/plugins/mapillary/test/unit/org
- Timestamp:
- 2015-08-21T20:44:37+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/downloads/MapillarySequenceDownloadThreadTest.java
r31501 r31515 15 15 import org.openstreetmap.josm.plugins.mapillary.AbstractTest; 16 16 import org.openstreetmap.josm.plugins.mapillary.MapillaryLayer; 17 import org.openstreetmap.josm.plugins.mapillary.download s.MapillaryDownloader;18 import org.openstreetmap.josm.plugins.mapillary.download s.MapillarySequenceDownloadThread;17 import org.openstreetmap.josm.plugins.mapillary.io.download.MapillaryDownloader; 18 import org.openstreetmap.josm.plugins.mapillary.io.download.MapillarySequenceDownloadThread; 19 19 20 20 /** … … 25 25 /** 26 26 * Test method for 27 * {@link org.openstreetmap.josm.plugins.mapillary.download s.MapillarySequenceDownloadThread#run()}27 * {@link org.openstreetmap.josm.plugins.mapillary.io.download.MapillarySequenceDownloadThread#run()} 28 28 * . 29 29 *
Note:
See TracChangeset
for help on using the changeset viewer.