diff options
author | SammysHP <sven@sammyshp.de> | 2012-05-23 22:29:54 +0200 |
---|---|---|
committer | SammysHP <sven@sammyshp.de> | 2012-05-23 22:31:15 +0200 |
commit | 4f7a06483c5a3ef3b68b8e458005b82f3d8aa68a (patch) | |
tree | 8699539c30774ad1ddf747c4ea0e9c69e14d0afd /main/src/cgeo/geocaching/IWaypoint.java | |
parent | 3846195365bfd19471abf742464aac5a5b59fd98 (diff) | |
download | cgeo-4f7a06483c5a3ef3b68b8e458005b82f3d8aa68a.zip cgeo-4f7a06483c5a3ef3b68b8e458005b82f3d8aa68a.tar.gz cgeo-4f7a06483c5a3ef3b68b8e458005b82f3d8aa68a.tar.bz2 |
Remove JavaDoc @author tag.
Files are edited by many people, also all editors are visible in the log.
Diffstat (limited to 'main/src/cgeo/geocaching/IWaypoint.java')
-rw-r--r-- | main/src/cgeo/geocaching/IWaypoint.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/main/src/cgeo/geocaching/IWaypoint.java b/main/src/cgeo/geocaching/IWaypoint.java index ad12d48..78e3b43 100644 --- a/main/src/cgeo/geocaching/IWaypoint.java +++ b/main/src/cgeo/geocaching/IWaypoint.java @@ -5,10 +5,6 @@ package cgeo.geocaching; import cgeo.geocaching.enumerations.WaypointType; -/** - * @author blafoo - * - */ public interface IWaypoint extends ILogable, ICoordinates { public abstract int getId(); |