diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2012-09-03 22:26:56 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2012-09-03 22:30:31 +0200 |
| commit | 41442af26f971b9ab1d39db7083b9812eac9102f (patch) | |
| tree | ada2471f7a3a447082189b012aee395c156119cf /main/src | |
| parent | 17117220ef1a20f58e284fe8144f916509d73e3c (diff) | |
| download | cgeo-41442af26f971b9ab1d39db7083b9812eac9102f.zip cgeo-41442af26f971b9ab1d39db7083b9812eac9102f.tar.gz cgeo-41442af26f971b9ab1d39db7083b9812eac9102f.tar.bz2 | |
Add extra documentation for null parameter
See #1957 for discussion.
Diffstat (limited to 'main/src')
| -rw-r--r-- | main/src/cgeo/geocaching/geopoint/Viewport.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/geopoint/Viewport.java b/main/src/cgeo/geocaching/geopoint/Viewport.java index 9095f53..97ee21d 100644 --- a/main/src/cgeo/geocaching/geopoint/Viewport.java +++ b/main/src/cgeo/geocaching/geopoint/Viewport.java @@ -67,7 +67,7 @@ public class Viewport { * * @param point * the coordinates to check - * @return true if the point is contained in this viewport, false otherwise + * @return true if the point is contained in this viewport, false otherwise or if the point contains no coordinates */ public boolean contains(final ICoordinates point) { final Geopoint coords = point.getCoords(); |
