Fix typo
This commit is contained in:
parent
da174f4290
commit
b58e6787ee
@ -59,7 +59,7 @@ public class DefaultHttpResponse extends DefaultHttpMessage implements HttpRespo
|
|||||||
public String toString() {
|
public String toString() {
|
||||||
StringBuilder buf = new StringBuilder();
|
StringBuilder buf = new StringBuilder();
|
||||||
buf.append(getClass().getSimpleName());
|
buf.append(getClass().getSimpleName());
|
||||||
buf.append(", decodeResult: ");
|
buf.append("(decodeResult: ");
|
||||||
buf.append(getDecoderResult());
|
buf.append(getDecoderResult());
|
||||||
buf.append(')');
|
buf.append(')');
|
||||||
buf.append(StringUtil.NEWLINE);
|
buf.append(StringUtil.NEWLINE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user