Whoopsie value.
This commit is contained in:
@@ -584,7 +584,7 @@ public abstract class FieldMarshaller<T>
|
|||||||
if (value == null) {
|
if (value == null) {
|
||||||
raw = null;
|
raw = null;
|
||||||
} else {
|
} else {
|
||||||
ByteBuffer bbuf = ByteBuffer.allocate(value.length*4);
|
ByteBuffer bbuf = ByteBuffer.allocate(value.length*2);
|
||||||
bbuf.asShortBuffer().put(value);
|
bbuf.asShortBuffer().put(value);
|
||||||
raw = bbuf.array();
|
raw = bbuf.array();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user