Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 796 → Rev 797

/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.51 $
* @version $Revision: 1.52 $
*
* Last modification: $Date: 2003/07/24 14:20:45 $
* $Id: Validator.java,v 1.51 2003/07/24 14:20:45 smcsporr Exp $
* Last modification: $Date: 2003/07/24 19:47:54 $
* $Id: Validator.java,v 1.52 2003/07/24 19:47:54 smcsporr Exp $
*/
 
package src.parser;
53,7 → 53,7
*
* @author S. McSporran
*
* @version $Revision: 1.51 $ Last modification: $Date: 2003/07/24 14:20:45 $
* @version $Revision: 1.52 $ Last modification: $Date: 2003/07/24 19:47:54 $
*/
public class Validator {
 
479,8 → 479,7
return eHandler.isValid();
}
/**
* Sends a message of a specified type to the log panel. */
/** Sends a message of a specified type to the log panel. */
private void log(int i,String message) {
logInterfaceReference.log(i,message);
}