Skip to content

Commit 774607a

Browse files
committed
toString format.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1380589 13f79535-47bb-0310-9956-ffa450edef68
1 parent 715eeae commit 774607a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/codec/binary/BaseNCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ static class Context {
9898
@SuppressWarnings("boxing") // OK to ignore boxing here
9999
@Override
100100
public String toString() {
101-
return String.format("%s[buffer=%s, currentLinePos=%s, eof=%s, ibitWorkArea=%s, lbitWorkArea=%s," +
101+
return String.format("%s[buffer=%s, currentLinePos=%s, eof=%s, ibitWorkArea=%s, lbitWorkArea=%s, " +
102102
"modulus=%s, pos=%s, readPos=%s]", this.getClass().getSimpleName(), buffer, currentLinePos, eof,
103103
ibitWorkArea, lbitWorkArea, modulus, pos, readPos);
104104
}

0 commit comments

Comments
 (0)