mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:09:04 +00:00
Fixed DefaultDataBuffer.toString()
This commit is contained in:
@@ -431,7 +431,7 @@ public class DefaultDataBuffer implements DataBuffer {
|
||||
|
||||
@Override
|
||||
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user