aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/Waypoint.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/Waypoint.java')
-rw-r--r--main/src/cgeo/geocaching/Waypoint.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/src/cgeo/geocaching/Waypoint.java b/main/src/cgeo/geocaching/Waypoint.java
index 5cac4db..cc00b1c 100644
--- a/main/src/cgeo/geocaching/Waypoint.java
+++ b/main/src/cgeo/geocaching/Waypoint.java
@@ -37,8 +37,6 @@ public class Waypoint implements IWaypoint {
/**
* require name and type for every waypoint
*
- * @param name
- * @param type
*/
public Waypoint(final String name, final WaypointType type, final boolean own) {
this.name = name;
@@ -49,7 +47,6 @@ public class Waypoint implements IWaypoint {
/**
* copy constructor
*
- * @param other
*/
public Waypoint(final Waypoint other) {
merge(other);
@@ -262,7 +259,6 @@ public class Waypoint implements IWaypoint {
/**
* Delegates the creation of the waypoint-id for gpx-export to the waypoint
*
- * @return
*/
public String getGpxId() {