diff options
Diffstat (limited to 'libjava/java/nio/channels/SelectionKey.java')
-rw-r--r-- | libjava/java/nio/channels/SelectionKey.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libjava/java/nio/channels/SelectionKey.java b/libjava/java/nio/channels/SelectionKey.java index 8d06a301143..361be1895da 100644 --- a/libjava/java/nio/channels/SelectionKey.java +++ b/libjava/java/nio/channels/SelectionKey.java @@ -147,6 +147,8 @@ public abstract class SelectionKey /** * Tells whether or not this key is valid. + * + * @exception CancelledKeyException If this key has been cancelled */ public abstract boolean isValid (); |