A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.xml.core / src / net / sourceforge / phpeclipse / xml / core / parser / IProblem.java
index 89e0c2b..cb3cc0b 100644 (file)
@@ -8,7 +8,7 @@
  * Contributors:
  *     Christopher Lenz - initial API
  * 
- * $Id: IProblem.java,v 1.1 2004-09-02 18:26:55 jsurfer Exp $
+ * $Id: IProblem.java,v 1.2 2006-10-21 23:13:43 pombredanne Exp $
  */
 
 package net.sourceforge.phpeclipse.xml.core.parser;
@@ -50,16 +50,16 @@ public interface IProblem {
        /**
         * Returns whether the problem is an error.
         * 
-        * @return <code>true</code> if the problem is an error, <code>false</code>
-        *         otherwise
+        * @return <code>true</code> if the problem is an error,
+        *         <code>false</code> otherwise
         */
        boolean isError();
 
        /**
         * Returns whether the problem is a warning.
         * 
-        * @return <code>true</code> if the problem is a warning, <code>false</code>
-        *         otherwise
+        * @return <code>true</code> if the problem is a warning,
+        *         <code>false</code> otherwise
         */
        boolean isWarning();