Fix checkstyle

This commit is contained in:
Norman Maurer 2014-08-15 12:59:51 +02:00
parent 450a6e3b99
commit 2bd7a8387d

View File

@ -51,7 +51,5 @@ public class EmbeddedChannelTest {
Assert.assertSame(first, channel.readInbound());
Assert.assertSame(second, channel.readInbound());
Assert.assertNull(channel.readInbound());
}
}