Commit afd71014 authored by dingjy's avatar dingjy

modify

parent a2069296
...@@ -54,7 +54,6 @@ public class BulkResult extends Result<ByteBuf> { ...@@ -54,7 +54,6 @@ public class BulkResult extends Result<ByteBuf> {
@Override @Override
public void write(ByteBuf os) throws IOException { public void write(ByteBuf os) throws IOException {
os.writeByte(MARKER); os.writeByte(MARKER);
System.out.println("capacity: " + capacity);
os.writeBytes(numToBytes(capacity, true)); os.writeBytes(numToBytes(capacity, true));
if (capacity >= 0) { if (capacity >= 0) {
os.writeBytes(bytes); os.writeBytes(bytes);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment