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