mirror of
https://github.com/corda/corda.git
synced 2025-06-19 07:38:22 +00:00
statically type Addendum.pool better
This commit is contained in:
committed by
Joshua Warner
parent
9f5912c2b6
commit
0ec87c6aa1
@ -14,4 +14,6 @@ public abstract class Singleton {
|
||||
public static native int getInt(Object singleton, int offset);
|
||||
public static native long getLong(Object singleton, int offset);
|
||||
public static native Object getObject(Object singleton, int offset);
|
||||
|
||||
// Fields in types.def
|
||||
}
|
||||
|
Reference in New Issue
Block a user