improved PHP parser
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / util / LRUCache.java
index e1a933a..9bc14b9 100644 (file)
@@ -26,7 +26,7 @@ import java.util.Hashtable;
  * <p>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 {