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 / IProblemCollector.java
index 72b88fa..0956439 100644 (file)
@@ -8,7 +8,7 @@
  * Contributors:
  *     Christopher Lenz - initial API
  * 
- * $Id: IProblemCollector.java,v 1.1 2004-09-02 18:26:55 jsurfer Exp $
+ * $Id: IProblemCollector.java,v 1.2 2006-10-21 23:13:43 pombredanne Exp $
  */
 
 package net.sourceforge.phpeclipse.xml.core.parser;
@@ -21,7 +21,8 @@ public interface IProblemCollector {
        /**
         * Notification of an error or warning.
         * 
-        * @param problem the discovered problem
+        * @param problem
+        *            the discovered problem
         */
        void addProblem(IProblem problem);