mirror of
https://github.com/corda/corda.git
synced 2025-06-13 12:48:18 +00:00
flesh out serialization/deserialization code and fix build
This commit is contained in:
@ -29,6 +29,8 @@ public abstract class System {
|
||||
|
||||
public static native long currentTimeMillis();
|
||||
|
||||
public static native int identityHashCode(Object o);
|
||||
|
||||
public static void loadLibrary(String name) {
|
||||
Runtime.getRuntime().loadLibrary(name);
|
||||
}
|
||||
|
Reference in New Issue
Block a user