提交 511734c3 编写于 作者: 七锋

fixed compiler error

上级 af002f4e
......@@ -56,7 +56,7 @@ public class BioSocketChannel implements SocketChannel {
}
} catch (SocketTimeoutException te) {
if (Thread.interrupted()) {
throw new ClosedByInterruptException("Interrupted while reading.");
throw new ClosedByInterruptException();
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册