aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/ICache.java
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-02-14 22:20:16 +0100
committerBananeweizen <bananeweizen@gmx.de>2013-02-14 22:20:16 +0100
commit7106273249ed67a1e95ce8e5c1acf49b583ce190 (patch)
tree6d8c5cf3a8861cbed071b0527f2ef473c541d8db /main/src/cgeo/geocaching/ICache.java
parentdaadd2fee87366d475f0936b838c72bf0f9be2b0 (diff)
downloadcgeo-7106273249ed67a1e95ce8e5c1acf49b583ce190.zip
cgeo-7106273249ed67a1e95ce8e5c1acf49b583ce190.tar.gz
cgeo-7106273249ed67a1e95ce8e5c1acf49b583ce190.tar.bz2
reduce memory usage for cache lists
* lazily load some of the strings in caches * remove latlon, it was never used except in parsing itself * change some collection handling to avoid huge memory hogs
Diffstat (limited to 'main/src/cgeo/geocaching/ICache.java')
-rw-r--r--main/src/cgeo/geocaching/ICache.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/ICache.java b/main/src/cgeo/geocaching/ICache.java
index c852d05..6d0d89a 100644
--- a/main/src/cgeo/geocaching/ICache.java
+++ b/main/src/cgeo/geocaching/ICache.java
@@ -4,7 +4,6 @@
package cgeo.geocaching;
import cgeo.geocaching.enumerations.LogType;
-import cgeo.geocaching.utils.LazyInitializedList;
import java.util.Date;
import java.util.List;