提交 cde677a1 编写于 作者: A Arjen Poutsma

Fixed DefaultDataBuffer.toString()

上级 184340ff
...@@ -431,7 +431,7 @@ public class DefaultDataBuffer implements DataBuffer { ...@@ -431,7 +431,7 @@ public class DefaultDataBuffer implements DataBuffer {
@Override @Override
public String toString() { public String toString() {
return String.format("DefaultDataBuffer (r: %d, w %d, c %d)", return String.format("DefaultDataBuffer (r: %d, w: %d, c: %d)",
this.readPosition, this.writePosition, this.capacity); this.readPosition, this.writePosition, this.capacity);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册