Update of /cvsroot/nice/Nice/regtest/java/J
In directory sc8-pr-cvs1:/tmp/cvs-serv16565/regtest/java/J
Modified Files:
J.java
Log Message:
Made sure that ignored retypings do not cause failures when implementing
a method with the same name.
Index: J.java
===================================================================
RCS file: /cvsroot/nice/Nice/regtest/java/J/J.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** J.java 3 Dec 2003 21:50:41 -0000 1.2
--- J.java 10 Dec 2003 22:34:25 -0000 1.3
***************
*** 5,7 ****
--- 5,9 ----
void jMethod(Other o) {}
+
+ public void init(java.util.Map m) {}
}
|