Skip to content

Commit

Permalink
Remove empty loop accidentally entered when cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
campbeb committed Jan 12, 2013
1 parent 1508d8f commit 58adae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/cgeo/geocaching/cgData.java
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@ private static Set<cgCache> loadCachesFromGeocodes(final Set<String> geocodes, f
cacheCache.putCacheInCache(cache);

caches.add(cache);
} while (cursor.moveToNext());
}
return caches;
} finally {
cursor.close();
Expand Down

0 comments on commit 58adae4

Please sign in to comment.