fixed compiler error

This commit is contained in:
七锋
2018-03-15 20:21:42 +08:00
parent af002f4e24
commit 511734c3d8
@@ -56,7 +56,7 @@ public class BioSocketChannel implements SocketChannel {
}
} catch (SocketTimeoutException te) {
if (Thread.interrupted()) {
throw new ClosedByInterruptException("Interrupted while reading.");
throw new ClosedByInterruptException();
}
}
}