kopia lustrzana https://github.com/JOSM/MapWithAI
DownloadMapWithAITask: public -> package visibility
Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pull/1/head
rodzic
7c4913d09c
commit
6c8e05c5cb
|
@ -65,11 +65,11 @@ public class DownloadMapWithAITask extends DownloadOsmTask {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected class DownloadTask extends AbstractInternalTask {
|
class DownloadTask extends AbstractInternalTask {
|
||||||
BoundingBoxMapWithAIDownloader downloader;
|
BoundingBoxMapWithAIDownloader downloader;
|
||||||
final Bounds bounds;
|
final Bounds bounds;
|
||||||
|
|
||||||
public DownloadTask(DownloadParams settings, String title, boolean ignoreException, boolean zoomAfterDownload,
|
DownloadTask(DownloadParams settings, String title, boolean ignoreException, boolean zoomAfterDownload,
|
||||||
Bounds bounds) {
|
Bounds bounds) {
|
||||||
this(settings, title, NullProgressMonitor.INSTANCE, ignoreException, zoomAfterDownload, bounds);
|
this(settings, title, NullProgressMonitor.INSTANCE, ignoreException, zoomAfterDownload, bounds);
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue