various bugfixes

This commit is contained in:
Joel Dice
2007-08-13 18:37:00 -06:00
parent 89609e11c9
commit ab3ca38580
9 changed files with 120 additions and 53 deletions

View File

@ -1,7 +1,7 @@
package java.lang;
public class Object {
protected native Object clone();
protected native Object clone() throws CloneNotSupportedException;
public boolean equals(Object o) {
return this == o;