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/maps/google/GoogleCacheOverlay.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/maps/google/GoogleCacheOverlay.java')
-rw-r--r-- | main/src/cgeo/geocaching/maps/google/GoogleCacheOverlay.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/main/src/cgeo/geocaching/maps/google/GoogleCacheOverlay.java b/main/src/cgeo/geocaching/maps/google/GoogleCacheOverlay.java index 67fe997..4868a30 100644 --- a/main/src/cgeo/geocaching/maps/google/GoogleCacheOverlay.java +++ b/main/src/cgeo/geocaching/maps/google/GoogleCacheOverlay.java @@ -18,9 +18,6 @@ import java.util.concurrent.locks.ReentrantLock; /** * Google specific implementation of the itemized cache overlay - * - * @author rsudev - * */ public class GoogleCacheOverlay extends ItemizedOverlay<GoogleCacheOverlayItem> implements ItemizedOverlayImpl { |