Fix checkstyle
This commit is contained in:
parent
26415b8f4c
commit
1f0a73c238
@ -79,6 +79,7 @@ public class DefaultHttpContent extends DefaultHttpObject implements HttpContent
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return StringUtil.simpleClassName(this) + "(data: " + content() + ", getDecoderResult: " + getDecoderResult() + ')';
|
return StringUtil.simpleClassName(this) +
|
||||||
|
"(data: " + content() + ", getDecoderResult: " + getDecoderResult() + ')';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user