diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-05-17 06:17:42 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-05-17 06:17:42 +0200 |
| commit | 7bf8d33c30e731fe7728bc9275a84919718b334d (patch) | |
| tree | b8aaa0c60b06bfb5229b527b486ccdb7148b034a /main/src/cgeo/geocaching/Geocache.java | |
| parent | f1ce7876f01fceed22b51e1576b75042daf8d18c (diff) | |
| download | cgeo-7bf8d33c30e731fe7728bc9275a84919718b334d.zip cgeo-7bf8d33c30e731fe7728bc9275a84919718b334d.tar.gz cgeo-7bf8d33c30e731fe7728bc9275a84919718b334d.tar.bz2 | |
minor code cleanups
Diffstat (limited to 'main/src/cgeo/geocaching/Geocache.java')
| -rw-r--r-- | main/src/cgeo/geocaching/Geocache.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/Geocache.java b/main/src/cgeo/geocaching/Geocache.java index 8836115..a88ceca 100644 --- a/main/src/cgeo/geocaching/Geocache.java +++ b/main/src/cgeo/geocaching/Geocache.java @@ -35,6 +35,7 @@ import cgeo.geocaching.utils.MatcherWrapper; import cgeo.geocaching.utils.UncertainProperty; import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; + import org.apache.commons.collections4.CollectionUtils; import org.apache.commons.collections4.ListUtils; import org.apache.commons.collections4.Predicate; @@ -43,6 +44,7 @@ import org.apache.commons.lang3.ObjectUtils; import org.apache.commons.lang3.StringUtils; import org.eclipse.jdt.annotation.NonNull; import org.eclipse.jdt.annotation.Nullable; + import rx.Scheduler; import rx.Subscription; import rx.functions.Action0; @@ -157,7 +159,6 @@ public class Geocache implements ICache, IWaypoint { private final EnumSet<StorageLocation> storageLocation = EnumSet.of(StorageLocation.HEAP); private boolean finalDefined = false; private boolean logPasswordRequired = false; - // private int zoomlevel = Tile.ZOOMLEVEL_MIN - 1; private static final Pattern NUMBER_PATTERN = Pattern.compile("\\d+"); |
