Fix compile error introduced by bac0d4c0e074f1b6f13d52aaf6180f045e8b23bf
This commit is contained in:
parent
26bdae9b47
commit
e84204ee93
@ -94,12 +94,6 @@ public class SocketShutdownOutputBySelfTest extends AbstractClientSocketTest {
|
|||||||
s = ss.accept();
|
s = ss.accept();
|
||||||
|
|
||||||
ch.close().syncUninterruptibly();
|
ch.close().syncUninterruptibly();
|
||||||
try {
|
|
||||||
ch.shutdownInput().syncUninterruptibly();
|
|
||||||
fail();
|
|
||||||
} catch (Throwable cause) {
|
|
||||||
checkThrowable(cause);
|
|
||||||
}
|
|
||||||
try {
|
try {
|
||||||
ch.shutdownOutput().syncUninterruptibly();
|
ch.shutdownOutput().syncUninterruptibly();
|
||||||
fail();
|
fail();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user