From bad6ee3e4257fc0adc3511453178ebcae4060022 Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Thu, 29 May 2014 05:53:07 +0200 Subject: cleanup: remove unwanted authors javadoc tag --- main/src/cgeo/geocaching/Geocache.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'main') 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; -- cgit v1.1