Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 695 → Rev 696

/sun/xmleditor/trunk/src/parser/Validator.java
4,10 → 4,10
* Coded by: Group 5, software practice summer 2003
* University of Bielefeld, Germany
*
* @version $Revision: 1.45 $
* @version $Revision: 1.46 $
*
* Last modification: $Date: 2003/07/18 13:55:25 $
* $Id: Validator.java,v 1.45 2003/07/18 13:55:25 smcsporr Exp $
* Last modification: $Date: 2003/07/21 12:03:33 $
* $Id: Validator.java,v 1.46 2003/07/21 12:03:33 smcsporr Exp $
*/
 
package src.parser;
48,7 → 48,7
*
* @author S. McSporran
*
* @version $Revision: 1.45 $ Last modification: $Date: 2003/07/18 13:55:25 $
* @version $Revision: 1.46 $ Last modification: $Date: 2003/07/21 12:03:33 $
*/
public class Validator {
 
372,8 → 372,6
/* Get the buffer associated with the StringWriter outputWr. */
StringBuffer buffer = outputWr.getBuffer();
log(LogInterface.TYPE_ERROR, buffer.toString());
/* Set valid status in the ValidationErrorHandler to true. */
eHandler.setValid(true);