aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/GeocacheTest.java
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-09-14 07:51:24 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-09-14 07:51:24 +0200
commit8987674ab4882f7684c773fc181f5a3fac5f8f12 (patch)
treed54dbf08cbee8791c5cc7853bab55779a179c7d0 /tests/src/cgeo/geocaching/GeocacheTest.java
parent7f42e219f58d14f7f4a8bf27886bb615c918a6b2 (diff)
downloadcgeo-8987674ab4882f7684c773fc181f5a3fac5f8f12.zip
cgeo-8987674ab4882f7684c773fc181f5a3fac5f8f12.tar.gz
cgeo-8987674ab4882f7684c773fc181f5a3fac5f8f12.tar.bz2
refactoring: introduce PseudoList to handle non concrete lists
* should make adding a history list entry easier * includes some non null annotations * moved list code into separate package
Diffstat (limited to 'tests/src/cgeo/geocaching/GeocacheTest.java')
-rw-r--r--tests/src/cgeo/geocaching/GeocacheTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/cgeo/geocaching/GeocacheTest.java b/tests/src/cgeo/geocaching/GeocacheTest.java
index e1c0769..2f5281c 100644
--- a/tests/src/cgeo/geocaching/GeocacheTest.java
+++ b/tests/src/cgeo/geocaching/GeocacheTest.java
@@ -3,6 +3,7 @@ package cgeo.geocaching;
import cgeo.CGeoTestCase;
import cgeo.geocaching.enumerations.CacheType;
import cgeo.geocaching.geopoint.Geopoint;
+import cgeo.geocaching.list.StoredList;
import java.util.ArrayList;
import java.util.Date;