Fix checkstyle

This commit is contained in:
Trustin Lee 2014-02-26 16:18:19 -08:00
parent c42570576e
commit b6aa032376

View File

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