Add static modifier where static member is just enough.
This commit is contained in:
parent
602f976e41
commit
b7ac3edf02
@ -62,7 +62,7 @@ public class HttpServerCodecTest {
|
||||
Assert.assertEquals(offeredContentLength, totalBytesPolled);
|
||||
}
|
||||
|
||||
private ByteBuf prepareDataChunk(int size) {
|
||||
private static ByteBuf prepareDataChunk(int size) {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
for (int i = 0; i < size; ++i) {
|
||||
sb.append("a");
|
||||
|
Loading…
x
Reference in New Issue
Block a user