Fix checkstyle
This commit is contained in:
parent
31ecd17212
commit
5f235eafc3
@ -131,7 +131,8 @@ public class LocalChannelTest {
|
|||||||
// Ensure that the actual write attempt on a closed channel was never made by asserting that
|
// Ensure that the actual write attempt on a closed channel was never made by asserting that
|
||||||
// the ClosedChannelException has been created by AbstractUnsafe rather than transport implementations.
|
// the ClosedChannelException has been created by AbstractUnsafe rather than transport implementations.
|
||||||
if (e.getStackTrace().length > 0) {
|
if (e.getStackTrace().length > 0) {
|
||||||
assertThat(e.getStackTrace()[0].getClassName(), is(AbstractChannel.class.getName() + "$AbstractUnsafe"));
|
assertThat(
|
||||||
|
e.getStackTrace()[0].getClassName(), is(AbstractChannel.class.getName() + "$AbstractUnsafe"));
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user