Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
  • Loading branch information
lorban committed May 28, 2021
1 parent 07f3f5d commit 996def2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -250,7 +250,7 @@ public boolean isRequestBufferEmpty()

private String toDetailString()
{
ByteBuffer buffer = _retainableByteBuffer == null ? null :_retainableByteBuffer.getBuffer();
ByteBuffer buffer = _retainableByteBuffer == null ? null : _retainableByteBuffer.getBuffer();
return BufferUtil.toDetailString(buffer);
}

Expand Down

0 comments on commit 996def2

Please sign in to comment.