X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/engine/AbstractSpellDictionary.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/engine/AbstractSpellDictionary.java index d15172a..e268c0b 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/engine/AbstractSpellDictionary.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/engine/AbstractSpellDictionary.java @@ -191,7 +191,7 @@ public abstract class AbstractSpellDictionary implements ISpellDictionary { } /* - * @see org.eclipse.jdt.internal.ui.text.spelling.engine.ISpellDictionary#getProposals(java.lang.String,boolean) + * @see net.sourceforge.phpdt.internal.ui.text.spelling.engine.ISpellDictionary#getProposals(java.lang.String,boolean) */ public Set getProposals(final String word, final boolean sentence) { @@ -328,7 +328,7 @@ public abstract class AbstractSpellDictionary implements ISpellDictionary { } /* - * @see org.eclipse.jdt.internal.ui.text.spelling.engine.ISpellDictionary#isCorrect(java.lang.String) + * @see net.sourceforge.phpdt.internal.ui.text.spelling.engine.ISpellDictionary#isCorrect(java.lang.String) */ public boolean isCorrect(final String word) { @@ -350,7 +350,7 @@ public abstract class AbstractSpellDictionary implements ISpellDictionary { } /* - * @see org.eclipse.jdt.ui.text.spelling.engine.ISpellDictionary#isLoaded() + * @see net.sourceforge.phpdt.ui.text.spelling.engine.ISpellDictionary#isLoaded() */ public final synchronized boolean isLoaded() { return fLoaded || fHashBuckets.size() > 0; @@ -409,7 +409,7 @@ public abstract class AbstractSpellDictionary implements ISpellDictionary { } /* - * @see org.eclipse.jdt.ui.text.spelling.engine.ISpellDictionary#unload() + * @see net.sourceforge.phpdt.ui.text.spelling.engine.ISpellDictionary#unload() */ public synchronized void unload() { @@ -418,14 +418,14 @@ public abstract class AbstractSpellDictionary implements ISpellDictionary { } /* - * @see org.eclipse.jdt.ui.text.spelling.engine.ISpellDictionary#acceptsWords() + * @see net.sourceforge.phpdt.ui.text.spelling.engine.ISpellDictionary#acceptsWords() */ public boolean acceptsWords() { return false; } /* - * @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) { // Do nothing