X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/util/LRUCache.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/util/LRUCache.java index e1a933a..9bc14b9 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/util/LRUCache.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/util/LRUCache.java @@ -26,7 +26,7 @@ import java.util.Hashtable; *

This implementation is NOT thread-safe. Synchronization wrappers would * have to be added to ensure atomic insertions and deletions from the cache. * - * @see org.eclipse.jdt.internal.core.util.ILRUCacheable + * @see net.sourceforge.phpdt.internal.core.util.ILRUCacheable */ public class LRUCache implements Cloneable {