mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
fix non-openjdk build
This commit is contained in:
@ -16,6 +16,7 @@ import java.util.WeakHashMap;
|
||||
public class Thread implements Runnable {
|
||||
private long peer;
|
||||
private volatile boolean interrupted;
|
||||
private volatile boolean unparked;
|
||||
private boolean daemon;
|
||||
private byte state;
|
||||
private byte priority;
|
||||
|
Reference in New Issue
Block a user