Update of /cvsroot/nice/Nice/src/gnu/expr
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20740/src/gnu/expr
Modified Files:
ClassExp.java
Log Message:
Minor: removed debugging statement.
Index: ClassExp.java
===================================================================
RCS file: /cvsroot/nice/Nice/src/gnu/expr/ClassExp.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** ClassExp.java 11 Jun 2004 15:53:35 -0000 1.19
--- ClassExp.java 17 Jun 2004 11:48:17 -0000 1.20
***************
*** 264,268 ****
else
{
- System.out.println(getName());
instanceType = type = new ClassType(getName());
type.setSuper(superType);
--- 264,267 ----
|