diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2013-01-10 11:24:58 +0100 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2013-01-10 11:24:58 +0100 |
| commit | c1d59fe48187f50c5b2c6d7ae6ceadd28a0d0e14 (patch) | |
| tree | a1c843b98619fc082dbd3a6f5066b8a595818f50 /main/src/cgeo/geocaching/files/FileList.java | |
| parent | 51380614b1c9b5c79cd90ca9eb072bc771dfc7af (diff) | |
| download | cgeo-c1d59fe48187f50c5b2c6d7ae6ceadd28a0d0e14.zip cgeo-c1d59fe48187f50c5b2c6d7ae6ceadd28a0d0e14.tar.gz cgeo-c1d59fe48187f50c5b2c6d7ae6ceadd28a0d0e14.tar.bz2 | |
Do not depend on mapsforge in non-maps related classes
This feels like an inversion of dependencies to depend on mapsforge in
non-maps related classes. As closeQuietly() is useful, we can import it
into our utility class without requiring this dependency.
Diffstat (limited to 'main/src/cgeo/geocaching/files/FileList.java')
| -rw-r--r-- | main/src/cgeo/geocaching/files/FileList.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/files/FileList.java b/main/src/cgeo/geocaching/files/FileList.java index 990d2ae..2446834 100644 --- a/main/src/cgeo/geocaching/files/FileList.java +++ b/main/src/cgeo/geocaching/files/FileList.java @@ -4,11 +4,11 @@ import cgeo.geocaching.R; import cgeo.geocaching.StoredList; import cgeo.geocaching.activity.AbstractListActivity; import cgeo.geocaching.utils.FileUtils; +import cgeo.geocaching.utils.IOUtils; import cgeo.geocaching.utils.Log; import org.apache.commons.collections.CollectionUtils; import org.apache.commons.lang3.StringUtils; -import org.mapsforge.core.IOUtils; import android.app.ProgressDialog; import android.content.DialogInterface; |
