mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
bugfixes
This commit is contained in:
@ -19,9 +19,9 @@ public class Object {
|
||||
|
||||
public native String toString();
|
||||
|
||||
public native final void wait();
|
||||
public final void wait() {
|
||||
wait(0);
|
||||
}
|
||||
|
||||
public native final void wait(long timeout);
|
||||
|
||||
public native final void wait(long timeout, int nanos);
|
||||
}
|
||||
|
Reference in New Issue
Block a user