aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/export
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-07-20 07:34:33 +0200
committerBananeweizen <bananeweizen@gmx.de>2014-07-20 07:34:33 +0200
commit8801cfcf6ab3848f11bbd5f458cb252366035d8b (patch)
tree56a8a88e9c7f0594b003d1b2905d91d81656eb31 /main/src/cgeo/geocaching/export
parent59201fa2f1087e76a68ade92d4f0f41a86a79e9a (diff)
downloadcgeo-8801cfcf6ab3848f11bbd5f458cb252366035d8b.zip
cgeo-8801cfcf6ab3848f11bbd5f458cb252366035d8b.tar.gz
cgeo-8801cfcf6ab3848f11bbd5f458cb252366035d8b.tar.bz2
refactoring: reduce package cycles
Diffstat (limited to 'main/src/cgeo/geocaching/export')
-rw-r--r--main/src/cgeo/geocaching/export/FieldnoteExport.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/export/FieldnoteExport.java b/main/src/cgeo/geocaching/export/FieldnoteExport.java
index f6f27c6..c03b848 100644
--- a/main/src/cgeo/geocaching/export/FieldnoteExport.java
+++ b/main/src/cgeo/geocaching/export/FieldnoteExport.java
@@ -11,8 +11,8 @@ import cgeo.geocaching.connector.ConnectorFactory;
import cgeo.geocaching.connector.IConnector;
import cgeo.geocaching.connector.capability.FieldNotesCapability;
import cgeo.geocaching.settings.Settings;
-import cgeo.geocaching.ui.Formatter;
import cgeo.geocaching.utils.AsyncTaskWithProgress;
+import cgeo.geocaching.utils.Formatter;
import cgeo.geocaching.utils.Log;
import android.app.Activity;