diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2013-09-13 09:27:40 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2013-09-13 09:46:36 +0200 |
| commit | 48f881c71cb3ea50794c83d9d2ada091fc6c86c2 (patch) | |
| tree | 26369dcf1e3282e243e3cbdc035fba6273b1eb6b /main/src/cgeo/geocaching/DataStore.java | |
| parent | 15282e600a818c2e4d3b5fc21e8a2d5143d818e5 (diff) | |
| download | cgeo-48f881c71cb3ea50794c83d9d2ada091fc6c86c2.zip cgeo-48f881c71cb3ea50794c83d9d2ada091fc6c86c2.tar.gz cgeo-48f881c71cb3ea50794c83d9d2ada091fc6c86c2.tar.bz2 | |
refactoring: cgeocaches -> CacheListActivity
Diffstat (limited to 'main/src/cgeo/geocaching/DataStore.java')
| -rw-r--r-- | main/src/cgeo/geocaching/DataStore.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/DataStore.java b/main/src/cgeo/geocaching/DataStore.java index 86946a0..d66b471 100644 --- a/main/src/cgeo/geocaching/DataStore.java +++ b/main/src/cgeo/geocaching/DataStore.java @@ -2989,7 +2989,7 @@ public class DataStore { public static Set<String> getCachedMissingFromSearch(final SearchResult searchResult, final Set<Tile> tiles, final IConnector connector, final int maxZoom) { - // get cached cgeocaches + // get cached CacheListActivity final Set<String> cachedGeocodes = new HashSet<String>(); for (Tile tile : tiles) { cachedGeocodes.addAll(cacheCache.getInViewport(tile.getViewport(), CacheType.ALL)); |
