Fix checkstyle
This commit is contained in:
parent
bf046492fb
commit
341f7757aa
@ -982,7 +982,7 @@ public class DefaultCompositeByteBuf extends AbstractReferenceCountedByteBuf imp
|
|||||||
int count = 0;
|
int count = 0;
|
||||||
for (int i = 0; i < components.size(); i++) {
|
for (int i = 0; i < components.size(); i++) {
|
||||||
Component c = components.get(i);
|
Component c = components.get(i);
|
||||||
count+= c.buf.nioBufferCount();
|
count += c.buf.nioBufferCount();
|
||||||
}
|
}
|
||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user