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 / IProblemReporter.java
index 6d74ec8..7e61474 100644 (file)
@@ -8,7 +8,7 @@
  * Contributors:
  *     Christopher Lenz - initial API
  * 
- * $Id: IProblemReporter.java,v 1.1 2004-09-02 18:26:55 jsurfer Exp $
+ * $Id: IProblemReporter.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 IProblemReporter {
        /**
         * Sets the problem collector that should be used by the reporter.
         * 
-        * @param problemCollector the problem collector to use
+        * @param problemCollector
+        *            the problem collector to use
         */
        void setProblemCollector(IProblemCollector problemCollector);