mirror of
https://github.com/corda/corda.git
synced 2025-06-13 12:48:18 +00:00
Some small classpath tweaks to be compatible with openJDK's api
This commit is contained in:
@ -10,6 +10,6 @@
|
||||
|
||||
package java.util.concurrent;
|
||||
|
||||
public interface Delayed {
|
||||
public interface Delayed extends Comparable<Delayed> {
|
||||
public long getDelay(TimeUnit unit);
|
||||
}
|
||||
|
Reference in New Issue
Block a user