Remove unexpected bad text
Doh!
This commit is contained in:
parent
5b68f00382
commit
40373526ce
@ -65,7 +65,7 @@ public class CompatibleMarshallingDecoder extends ReplayingDecoder<Object, Void>
|
||||
ByteInput input = new ChannelBufferByteInput(buffer);
|
||||
if (maxObjectSize != Integer.MAX_VALUE) {
|
||||
input = new LimitingByteInput(input, maxObjectSize);
|
||||
}768
|
||||
}
|
||||
try {
|
||||
unmarshaller.start(input);
|
||||
Object obj = unmarshaller.readObject();
|
||||
|
Loading…
Reference in New Issue
Block a user