mirror of
https://github.com/corda/corda.git
synced 2025-06-15 21:58:17 +00:00
flesh out classpath enough to test threading; fix indexing bug in parsePool()
This commit is contained in:
@ -4,4 +4,6 @@ public final class Class <T> {
|
||||
private Object body;
|
||||
|
||||
private Class() { }
|
||||
|
||||
public native String getName();
|
||||
}
|
||||
|
Reference in New Issue
Block a user