aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/export/Export.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/export/Export.java')
-rw-r--r--main/src/cgeo/geocaching/export/Export.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/src/cgeo/geocaching/export/Export.java b/main/src/cgeo/geocaching/export/Export.java
index 700c752..7a2b075 100644
--- a/main/src/cgeo/geocaching/export/Export.java
+++ b/main/src/cgeo/geocaching/export/Export.java
@@ -7,12 +7,12 @@ import android.app.Activity;
import java.util.List;
/**
- * Represent an exporter to export a {@link List} of {@link cgCache} to various formats.
+ * Represents an exporter to export a {@link List} of {@link cgCache} to various formats.
*/
-public interface Export {
+interface Export {
/**
* Export a {@link List} of {@link cgCache} to various formats.
- *
+ *
* @param caches
* The {@link List} of {@link cgCache} to be exported
* @param activity