diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2013-09-15 15:43:28 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2013-09-15 15:43:28 +0200 |
| commit | cc28e603739e010b13e2e2afa2260eaf63978cb1 (patch) | |
| tree | 420a62062070a1fbd108547402c65b42630ae23a /main/src/cgeo/geocaching/network | |
| parent | 5d0dee5e937945042f5f5e59b4934ff4d6f6dbb4 (diff) | |
| download | cgeo-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/network')
| -rw-r--r-- | main/src/cgeo/geocaching/network/HtmlImage.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/network/HtmlImage.java b/main/src/cgeo/geocaching/network/HtmlImage.java index ed8eeed..1ea2ca9 100644 --- a/main/src/cgeo/geocaching/network/HtmlImage.java +++ b/main/src/cgeo/geocaching/network/HtmlImage.java @@ -7,11 +7,11 @@ import cgeo.geocaching.connector.ConnectorFactory; import cgeo.geocaching.files.LocalStorage; import cgeo.geocaching.list.StoredList; import cgeo.geocaching.utils.FileUtils; -import cgeo.geocaching.utils.IOUtils; import cgeo.geocaching.utils.ImageUtils; import cgeo.geocaching.utils.Log; import ch.boye.httpclientandroidlib.HttpResponse; +import org.apache.commons.io.IOUtils; import org.apache.commons.lang3.StringUtils; import android.content.res.Resources; |
