Fix checkstyle

This commit is contained in:
Trustin Lee 2014-02-26 16:18:19 -08:00
parent 24fc1b9b37
commit ac5592fc05

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.