improved PHP parser
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / spelling / SpellCheckEngine.java
index 4215576..568f1d7 100644 (file)
@@ -176,7 +176,7 @@ public class SpellCheckEngine implements ISpellCheckEngine, IPropertyChangeListe
        }
 
        /*
-        * @see org.eclipse.jdt.ui.text.spelling.engine.ISpellCheckEngine#createSpellChecker(java.util.Locale,org.eclipse.jface.preference.IPreferenceStore)
+        * @see net.sourceforge.phpdt.ui.text.spelling.engine.ISpellCheckEngine#createSpellChecker(java.util.Locale,org.eclipse.jface.preference.IPreferenceStore)
         */
        public final synchronized ISpellChecker createSpellChecker(final Locale locale, final IPreferenceStore store) {
 
@@ -232,7 +232,7 @@ public class SpellCheckEngine implements ISpellCheckEngine, IPropertyChangeListe
        }
 
        /*
-        * @see org.eclipse.jdt.ui.text.spelling.engine.ISpellCheckEngine#getLocale()
+        * @see net.sourceforge.phpdt.ui.text.spelling.engine.ISpellCheckEngine#getLocale()
         */
        public final Locale getLocale() {
                return fLocale;
@@ -276,7 +276,7 @@ public class SpellCheckEngine implements ISpellCheckEngine, IPropertyChangeListe
        }
 
        /*
-        * @see org.eclipse.jdt.ui.text.spelling.engine.ISpellCheckEngine#registerDictionary(org.eclipse.jdt.ui.text.spelling.engine.ISpellDictionary)
+        * @see net.sourceforge.phpdt.ui.text.spelling.engine.ISpellCheckEngine#registerDictionary(net.sourceforge.phpdt.ui.text.spelling.engine.ISpellDictionary)
         */
        public synchronized final void registerDictionary(final ISpellDictionary dictionary) {
 
@@ -287,7 +287,7 @@ public class SpellCheckEngine implements ISpellCheckEngine, IPropertyChangeListe
        }
 
        /*
-        * @see org.eclipse.jdt.ui.text.spelling.engine.ISpellCheckEngine#registerDictionary(java.util.Locale,org.eclipse.jdt.ui.text.spelling.engine.ISpellDictionary)
+        * @see net.sourceforge.phpdt.ui.text.spelling.engine.ISpellCheckEngine#registerDictionary(java.util.Locale,net.sourceforge.phpdt.ui.text.spelling.engine.ISpellDictionary)
         */
        public synchronized final void registerDictionary(final Locale locale, final ISpellDictionary dictionary) {
 
@@ -298,7 +298,7 @@ public class SpellCheckEngine implements ISpellCheckEngine, IPropertyChangeListe
        }
 
        /*
-        * @see org.eclipse.jdt.ui.text.spelling.engine.ISpellCheckEngine#unload()
+        * @see net.sourceforge.phpdt.ui.text.spelling.engine.ISpellCheckEngine#unload()
         */
        public synchronized final void unload() {
 
@@ -323,7 +323,7 @@ public class SpellCheckEngine implements ISpellCheckEngine, IPropertyChangeListe
        }
 
        /*
-        * @see org.eclipse.jdt.ui.text.spelling.engine.ISpellCheckEngine#unregisterDictionary(org.eclipse.jdt.ui.text.spelling.engine.ISpellDictionary)
+        * @see net.sourceforge.phpdt.ui.text.spelling.engine.ISpellCheckEngine#unregisterDictionary(net.sourceforge.phpdt.ui.text.spelling.engine.ISpellDictionary)
         */
        public synchronized final void unregisterDictionary(final ISpellDictionary dictionary) {