aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/files/LocalStorage.java
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2013-09-15 15:43:28 +0200
committerSamuel Tardieu <sam@rfc1149.net>2013-09-15 15:43:28 +0200
commitcc28e603739e010b13e2e2afa2260eaf63978cb1 (patch)
tree420a62062070a1fbd108547402c65b42630ae23a /main/src/cgeo/geocaching/files/LocalStorage.java
parent5d0dee5e937945042f5f5e59b4934ff4d6f6dbb4 (diff)
downloadcgeo-cc28e603739e010b13e2e2afa2260eaf63978cb1.zip
cgeo-cc28e603739e010b13e2e2afa2260eaf63978cb1.tar.gz
cgeo-cc28e603739e010b13e2e2afa2260eaf63978cb1.tar.bz2
Use Apache commons IOUtils rather than our own
Diffstat (limited to 'main/src/cgeo/geocaching/files/LocalStorage.java')
-rw-r--r--main/src/cgeo/geocaching/files/LocalStorage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/files/LocalStorage.java b/main/src/cgeo/geocaching/files/LocalStorage.java
index 260f6b2..3307473 100644
--- a/main/src/cgeo/geocaching/files/LocalStorage.java
+++ b/main/src/cgeo/geocaching/files/LocalStorage.java
@@ -3,11 +3,11 @@ package cgeo.geocaching.files;
import cgeo.geocaching.CgeoApplication;
import cgeo.geocaching.utils.CryptUtils;
import cgeo.geocaching.utils.FileUtils;
-import cgeo.geocaching.utils.IOUtils;
import cgeo.geocaching.utils.Log;
import ch.boye.httpclientandroidlib.Header;
import ch.boye.httpclientandroidlib.HttpResponse;
+import org.apache.commons.io.IOUtils;
import org.apache.commons.lang3.StringUtils;
import android.os.Environment;