X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/engine/ISpellEvent.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/engine/ISpellEvent.java index 98e6f9b..ccbd107 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/engine/ISpellEvent.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/engine/ISpellEvent.java @@ -51,7 +51,8 @@ public interface ISpellEvent { /** * Was the incorrectly spelled word found in the dictionary? * - * @return true iff the word was found, false otherwise + * @return true iff the word was found, false + * otherwise */ public boolean isMatch();