[Idrs-commit] CVS: Idrs/dev/src/net/sourceforge/idrs/utils Validators.java,1.1,1.2
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2002-12-29 04:39:11
|
Update of /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils
In directory sc8-pr-cvs1:/tmp/cvs-serv32263
Modified Files:
Validators.java
Log Message:
Set CleanUp's superclass to Validators
Index: Validators.java
===================================================================
RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils/Validators.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Validators.java 29 Dec 2002 04:01:56 -0000 1.1
--- Validators.java 29 Dec 2002 04:39:08 -0000 1.2
***************
*** 1,3 ****
! package net.sourceforge.idrs.utils.*;
/*
--- 1,3 ----
! package net.sourceforge.idrs.utils;
/*
***************
*** 31,40 ****
}
!
/**
*Must be executed in the reInit() of the subclassed object
*@param idrs The current script context
*/
! public setContext(IDRSScript idrs) {
this.idrs = idrs;
}
--- 31,40 ----
}
!
/**
*Must be executed in the reInit() of the subclassed object
*@param idrs The current script context
*/
! public void setContext(IDRSScript idrs) {
this.idrs = idrs;
}
***************
*** 111,113 ****
return -1;
}
! }
\ No newline at end of file
--- 111,113 ----
return -1;
}
! }
|