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