statically type Addendum.pool better

This commit is contained in:
Joshua Warner
2014-06-28 12:28:44 -06:00
committed by Joshua Warner
parent 9f5912c2b6
commit 0ec87c6aa1
10 changed files with 22 additions and 19 deletions

View File

@ -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
}