Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 858 → Rev 859

/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.55 $
* @version $Revision: 1.56 $
*
* Last modification: $Date: 2003/07/26 15:56:05 $
* $Id: Validator.java,v 1.55 2003/07/26 15:56:05 smcsporr Exp $
* Last modification: $Date: 2003/07/28 10:09:20 $
* $Id: Validator.java,v 1.56 2003/07/28 10:09:20 smcsporr Exp $
*/
 
package src.parser;
53,7 → 53,7
*
* @author S. McSporran
*
* @version $Revision: 1.55 $ Last modification: $Date: 2003/07/26 15:56:05 $
* @version $Revision: 1.56 $ Last modification: $Date: 2003/07/28 10:09:20 $
*/
public class Validator {
 
506,6 → 506,8
* 2 or src.gui.LogInterface.TYPE_ERROR -> error message (red)
*
* @param message The text message to display in the log panel.
*
* @see src.gui.LogInterface#log
*/
private void log(int i,String message) {
logInterfaceReference.log(i,message);