A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / spelling / engine / ISpellEvent.java
index 98e6f9b..ccbd107 100644 (file)
@@ -51,7 +51,8 @@ public interface ISpellEvent {
        /**
         * Was the incorrectly spelled word found in the dictionary?
         * 
-        * @return <code>true</code> iff the word was found, <code>false</code> otherwise
+        * @return <code>true</code> iff the word was found, <code>false</code>
+        *         otherwise
         */
        public boolean isMatch();