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/utils/LeastRecentlyUsedSet.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/utils/LeastRecentlyUsedSet.java')
| -rw-r--r-- | main/src/cgeo/geocaching/utils/LeastRecentlyUsedSet.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/utils/LeastRecentlyUsedSet.java b/main/src/cgeo/geocaching/utils/LeastRecentlyUsedSet.java index 986087f..98aba03 100644 --- a/main/src/cgeo/geocaching/utils/LeastRecentlyUsedSet.java +++ b/main/src/cgeo/geocaching/utils/LeastRecentlyUsedSet.java @@ -16,8 +16,6 @@ import java.util.List; * Synchronization is added to guard against concurrent modification. Iterator * access has to be guarded externally or the synchronized getAsList method can be used * to get a clone for iteration - * - * @author Teschi */ public class LeastRecentlyUsedSet<E> extends AbstractSet<E> implements Cloneable, java.io.Serializable { |
