diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-05-29 05:53:07 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-05-29 05:53:07 +0200 |
| commit | bad6ee3e4257fc0adc3511453178ebcae4060022 (patch) | |
| tree | 25b9800d543d770d1535a2457cfb718638c6fd07 /main | |
| parent | 9dc771f98c2fbc2d4791635dcf769a3c0ec32efb (diff) | |
| download | cgeo-bad6ee3e4257fc0adc3511453178ebcae4060022.zip cgeo-bad6ee3e4257fc0adc3511453178ebcae4060022.tar.gz cgeo-bad6ee3e4257fc0adc3511453178ebcae4060022.tar.bz2 | |
cleanup: remove unwanted authors javadoc tag
Diffstat (limited to 'main')
| -rw-r--r-- | main/src/cgeo/geocaching/Geocache.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/main/src/cgeo/geocaching/Geocache.java b/main/src/cgeo/geocaching/Geocache.java index 21de4ac..0840d6f 100644 --- a/main/src/cgeo/geocaching/Geocache.java +++ b/main/src/cgeo/geocaching/Geocache.java @@ -79,10 +79,6 @@ import java.util.regex.Pattern; /** * Internal c:geo representation of a "cache" */ -/** - * @author kep9fe - * - */ public class Geocache implements ICache, IWaypoint { private static final int OWN_WP_PREFIX_OFFSET = 17; |
