[Idrs-commit] CVS: Idrs/dev/src/net/sourceforge/idrs/deploy/compile Compiler.java,1.1,1.2
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2002-02-04 04:26:48
|
Update of /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/compile
In directory usw-pr-cvs1:/tmp/cvs-serv25094/net/sourceforge/idrs/deploy/compile
Modified Files:
Compiler.java
Log Message:
Index: Compiler.java
===================================================================
RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/compile/Compiler.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Compiler.java 2002/01/30 01:43:13 1.1
--- Compiler.java 2002/02/04 04:26:45 1.2
***************
*** 24,29 ****
*/
public abstract class Compiler {
! Attributes atts;
! CompilerState state;
--- 24,29 ----
*/
public abstract class Compiler {
! protected Attributes atts;
! protected CompilerState state;
|