Remove unnecessary parenthesis
This commit is contained in:
parent
6306b83e2d
commit
6ba1a85c4b
@ -324,7 +324,7 @@ public final class ByteBufUtil {
|
||||
if (!cr.isUnderflow()) {
|
||||
cr.throwException();
|
||||
}
|
||||
dst.writerIndex(dst.writerIndex() + (dstBuf.position() - pos));
|
||||
dst.writerIndex(dst.writerIndex() + dstBuf.position() - pos);
|
||||
release = false;
|
||||
return dst;
|
||||
} catch (CharacterCodingException x) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user