X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.xml.core/src/net/sourceforge/phpeclipse/xml/core/parser/IProblem.java b/net.sourceforge.phpeclipse.xml.core/src/net/sourceforge/phpeclipse/xml/core/parser/IProblem.java index 89e0c2b..cb3cc0b 100644 --- a/net.sourceforge.phpeclipse.xml.core/src/net/sourceforge/phpeclipse/xml/core/parser/IProblem.java +++ b/net.sourceforge.phpeclipse.xml.core/src/net/sourceforge/phpeclipse/xml/core/parser/IProblem.java @@ -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 true if the problem is an error, false - * otherwise + * @return true if the problem is an error, + * false otherwise */ boolean isError(); /** * Returns whether the problem is a warning. * - * @return true if the problem is a warning, false - * otherwise + * @return true if the problem is a warning, + * false otherwise */ boolean isWarning();