diff options
Diffstat (limited to 'main/src/cgeo/geocaching/IBasicCache.java')
-rw-r--r-- | main/src/cgeo/geocaching/IBasicCache.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/main/src/cgeo/geocaching/IBasicCache.java b/main/src/cgeo/geocaching/IBasicCache.java index 195572b..7e9ef11 100644 --- a/main/src/cgeo/geocaching/IBasicCache.java +++ b/main/src/cgeo/geocaching/IBasicCache.java @@ -6,11 +6,6 @@ package cgeo.geocaching; import cgeo.geocaching.enumerations.CacheSize; import cgeo.geocaching.enumerations.CacheType; - -/** - * @author blafoo - * - */ public interface IBasicCache extends ILogable, ICoordinates { public abstract String getGuid(); |