File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
mage/src/main/java/mil/nga/giat/mage/map/preference Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 66import android .content .DialogInterface ;
77import android .content .Intent ;
88import android .content .pm .PackageManager ;
9- import android .os .AsyncTask ;
109import android .os .Bundle ;
1110import android .os .Environment ;
1211import android .preference .PreferenceManager ;
3332import android .widget .TextView ;
3433
3534import java .io .File ;
36- import java .io .IOException ;
3735import java .util .ArrayList ;
3836import java .util .Collection ;
3937import java .util .Collections ;
@@ -524,7 +522,7 @@ private void deleteGeoPackageCacheOverlay(GeoPackageCacheOverlay geoPackageCache
524522 }
525523
526524 if (!path .delete ()) {
527- Log .e (LOG_NAME , "Error deleting geopackge file from filesystem for path " + path );
525+ Log .e (LOG_NAME , "Error deleting geopackage file from filesystem for path " + path );
528526 }
529527 }
530528 }
You can’t perform that action at this time.
0 commit comments