aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/cgCacheWrap.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgeo/geocaching/cgCacheWrap.java')
-rw-r--r--src/cgeo/geocaching/cgCacheWrap.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cgeo/geocaching/cgCacheWrap.java b/src/cgeo/geocaching/cgCacheWrap.java
index bfa5b8f..ccf6fa7 100644
--- a/src/cgeo/geocaching/cgCacheWrap.java
+++ b/src/cgeo/geocaching/cgCacheWrap.java
@@ -1,6 +1,7 @@
package cgeo.geocaching;
import java.util.ArrayList;
+import java.util.List;
/**
* List of caches
@@ -10,5 +11,5 @@ public class cgCacheWrap {
public String url = "";
public String[] viewstates = null;
public int totalCnt = 0;
- public ArrayList<cgCache> cacheList = new ArrayList<cgCache>();
+ public List<cgCache> cacheList = new ArrayList<cgCache>();
} \ No newline at end of file