mirror of
https://github.com/corda/corda.git
synced 2025-06-12 20:28:18 +00:00
bugfixes
This commit is contained in:
@ -84,7 +84,7 @@ public class Field<T> extends AccessibleObject {
|
||||
(Double.longBitsToDouble(getPrimitive(target, code, offset)));
|
||||
|
||||
case ObjectField:
|
||||
return getObject(instance, offset);
|
||||
return getObject(target, offset);
|
||||
|
||||
default:
|
||||
throw new Error();
|
||||
|
Reference in New Issue
Block a user