mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
various bugfixes
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user