improved PHP parser
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / spelling / engine / PersistentSpellDictionary.java
index fe555f3..be610d8 100644 (file)
@@ -36,14 +36,14 @@ public class PersistentSpellDictionary extends AbstractSpellDictionary {
        }
        
        /*
-        * @see org.eclipse.jdt.ui.text.spelling.engine.AbstractSpellDictionary#acceptsWords()
+        * @see net.sourceforge.phpdt.ui.text.spelling.engine.AbstractSpellDictionary#acceptsWords()
         */
        public boolean acceptsWords() {
                return true;
        }
 
        /*
-        * @see org.eclipse.jdt.internal.ui.text.spelling.engine.ISpellDictionary#addWord(java.lang.String)
+        * @see net.sourceforge.phpdt.internal.ui.text.spelling.engine.ISpellDictionary#addWord(java.lang.String)
         */
        public void addWord(final String word) {
 
@@ -64,7 +64,7 @@ public class PersistentSpellDictionary extends AbstractSpellDictionary {
        }
 
        /*
-        * @see org.eclipse.jdt.internal.ui.text.spelling.engine.AbstractSpellDictionary#getURL()
+        * @see net.sourceforge.phpdt.internal.ui.text.spelling.engine.AbstractSpellDictionary#getURL()
         */
        protected final URL getURL() {
                return fLocation;