mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
add a few classpath methods
This commit is contained in:
@ -29,6 +29,10 @@ public class Thread implements Runnable {
|
||||
classLoader = current.classLoader;
|
||||
}
|
||||
|
||||
public Thread(Runnable task, String name) {
|
||||
this(task);
|
||||
}
|
||||
|
||||
public synchronized void start() {
|
||||
if (peer != 0) {
|
||||
throw new IllegalStateException("thread already started");
|
||||
|
Reference in New Issue
Block a user