diff options
author | Bananeweizen <bananeweizen@gmx.de> | 2012-05-06 10:48:29 +0200 |
---|---|---|
committer | Bananeweizen <bananeweizen@gmx.de> | 2012-05-06 10:48:29 +0200 |
commit | 8ecf061ae07dd335017dbfd73727aecf61d6ea91 (patch) | |
tree | 77b2c49e01e3d7e06d61e64e78700b3bed52e449 /main/src/cgeo/geocaching/geopoint | |
parent | c5e42735b99baaebbc41e697ff716189821cd02c (diff) | |
download | cgeo-8ecf061ae07dd335017dbfd73727aecf61d6ea91.zip cgeo-8ecf061ae07dd335017dbfd73727aecf61d6ea91.tar.gz cgeo-8ecf061ae07dd335017dbfd73727aecf61d6ea91.tar.bz2 |
refactoring: remove some of the TODOs
Diffstat (limited to 'main/src/cgeo/geocaching/geopoint')
-rw-r--r-- | main/src/cgeo/geocaching/geopoint/Geopoint.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/geopoint/Geopoint.java b/main/src/cgeo/geocaching/geopoint/Geopoint.java index 9d76ae3..26c80d6 100644 --- a/main/src/cgeo/geocaching/geopoint/Geopoint.java +++ b/main/src/cgeo/geocaching/geopoint/Geopoint.java @@ -359,8 +359,6 @@ public final class Geopoint implements ICoordinates, Parcelable { return null; } - //FIXME: this interface implementation is totally confusing as it returns the class itself. - // it can therefore be removed completely (and any invocation of it) without any disadvantages @Override public Geopoint getCoords() { return this; |