Fix checkstyle

This commit is contained in:
Trustin Lee 2014-02-26 16:18:19 -08:00
parent 0d210f45f2
commit 8ffa168ab8

View File

@ -510,7 +510,6 @@ public class HttpResponseDecoderTest {
assertThat(ch.readInbound(), is(nullValue()));
}
/**
* Tests if the decoder produces one and only {@link LastHttpContent} when an invalid chunk is received and
* the connection is closed.