Fix checkstyle

This commit is contained in:
Trustin Lee 2013-04-19 04:37:51 +09:00
parent 8884e311f1
commit 18dca2a8a4

View File

@ -489,7 +489,6 @@ public abstract class AbstractCompositeByteBufTest extends
assertThat(c1.refCnt(), is(1));
assertThat(c2.refCnt(), is(2));
assertThat(c3.refCnt(), is(3));
}
@Test