diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-03-10 08:24:59 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-03-10 08:24:59 +0100 |
| commit | a4dccd2b83f07203b239ef6c203c056832920107 (patch) | |
| tree | 405c09a82903d83d28b30b0ceff218752a5ebca9 /main/src/cgeo/geocaching/Waypoint.java | |
| parent | 5850fb6bea57c08745c326157aad3a3b90ab018e (diff) | |
| download | cgeo-a4dccd2b83f07203b239ef6c203c056832920107.zip cgeo-a4dccd2b83f07203b239ef6c203c056832920107.tar.gz cgeo-a4dccd2b83f07203b239ef6c203c056832920107.tar.bz2 | |
refactoring of static maps code
* fix names, documentation and null check
Diffstat (limited to 'main/src/cgeo/geocaching/Waypoint.java')
| -rw-r--r-- | main/src/cgeo/geocaching/Waypoint.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/Waypoint.java b/main/src/cgeo/geocaching/Waypoint.java index 53160e5..48c9bc5 100644 --- a/main/src/cgeo/geocaching/Waypoint.java +++ b/main/src/cgeo/geocaching/Waypoint.java @@ -270,7 +270,7 @@ public class Waypoint implements IWaypoint, Comparable<Waypoint> { return visited; } - public int calculateStaticMapsHashcode() { + public int getStaticMapsHashcode() { long hash = 0; if (coords != null) { hash = coords.hashCode(); |
