diff options
Diffstat (limited to 'main/src/cgeo/geocaching/CacheCache.java')
| -rw-r--r-- | main/src/cgeo/geocaching/CacheCache.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/CacheCache.java b/main/src/cgeo/geocaching/CacheCache.java index b3c674c..cb4e14c 100644 --- a/main/src/cgeo/geocaching/CacheCache.java +++ b/main/src/cgeo/geocaching/CacheCache.java @@ -106,7 +106,7 @@ public class CacheCache { // FIXME: as above, we sometimes get caches with null coordinates, that may then provoke // a NullPointerException down the invocation chain. if (removed.getCoords() != null) { - Tile.Cache.removeFromTileCache(removed); + Tile.cache.removeFromTileCache(removed); } } } |
