X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/TaskTagDictionary.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/TaskTagDictionary.java index 92b1ef5..ea03a5d 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/TaskTagDictionary.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/TaskTagDictionary.java @@ -29,14 +29,14 @@ import org.eclipse.core.runtime.Preferences.PropertyChangeEvent; public class TaskTagDictionary extends AbstractSpellDictionary implements IPropertyChangeListener { /* - * @see org.eclipse.jdt.internal.ui.text.spelling.engine.AbstractSpellDictionary#getName() + * @see net.sourceforge.phpdt.internal.ui.text.spelling.engine.AbstractSpellDictionary#getName() */ protected final URL getURL() { return null; } /* - * @see org.eclipse.jdt.ui.text.spelling.engine.AbstractSpellDictionary#load(java.net.URL) + * @see net.sourceforge.phpdt.ui.text.spelling.engine.AbstractSpellDictionary#load(java.net.URL) */ protected boolean load(final URL url) { @@ -59,7 +59,7 @@ public class TaskTagDictionary extends AbstractSpellDictionary implements IPrope } /* - * @see org.eclipse.jdt.ui.text.spelling.engine.ISpellDictionary#unload() + * @see net.sourceforge.phpdt.ui.text.spelling.engine.ISpellDictionary#unload() */ public void unload() {