diff options
author | Bananeweizen <bananeweizen@gmx.de> | 2013-09-14 07:51:24 +0200 |
---|---|---|
committer | Bananeweizen <bananeweizen@gmx.de> | 2013-09-14 07:51:24 +0200 |
commit | 8987674ab4882f7684c773fc181f5a3fac5f8f12 (patch) | |
tree | d54dbf08cbee8791c5cc7853bab55779a179c7d0 /tests/src/cgeo/geocaching/DataStoreTest.java | |
parent | 7f42e219f58d14f7f4a8bf27886bb615c918a6b2 (diff) | |
download | cgeo-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/DataStoreTest.java')
-rw-r--r-- | tests/src/cgeo/geocaching/DataStoreTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/cgeo/geocaching/DataStoreTest.java b/tests/src/cgeo/geocaching/DataStoreTest.java index 3f0214b..7dc3016 100644 --- a/tests/src/cgeo/geocaching/DataStoreTest.java +++ b/tests/src/cgeo/geocaching/DataStoreTest.java @@ -8,6 +8,7 @@ import cgeo.geocaching.enumerations.LoadFlags; import cgeo.geocaching.enumerations.LoadFlags.SaveFlag; import cgeo.geocaching.geopoint.Geopoint; import cgeo.geocaching.geopoint.Viewport; +import cgeo.geocaching.list.StoredList; import org.apache.commons.lang3.StringUtils; |