You need to sign in or sign up before continuing.
提交 fc0108a4 编写于 作者: S sherman

6608833: (se spec) SelectionKey @throws references wrong param

Summary: Update the API doc to correct the wrong description
Reviewed-by: alanb
上级 d05cedcc
...@@ -191,7 +191,7 @@ public abstract class SelectionKey { ...@@ -191,7 +191,7 @@ public abstract class SelectionKey {
* @throws IllegalArgumentException * @throws IllegalArgumentException
* If a bit in the set does not correspond to an operation that * If a bit in the set does not correspond to an operation that
* is supported by this key's channel, that is, if * is supported by this key's channel, that is, if
* <tt>set & ~(channel().validOps()) != 0</tt> * <tt>(ops & ~channel().validOps()) != 0</tt>
* *
* @throws CancelledKeyException * @throws CancelledKeyException
* If this key has been cancelled * If this key has been cancelled
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册