From f851ffbfdbf05aefe9acc61f2645a3318e3c201c Mon Sep 17 00:00:00 2001 From: mkoch Date: Wed, 20 Nov 2002 16:19:08 +0000 Subject: 2002-11-20 Michael Koch * java/io/FileInputStream.java (getChannel): New method. * java/io/FileOutputStream.java (getChannel): New method. * java/net/ServerSocket.java (bind): Removed duplicate code and called another bind method instead. * java/nio/channels/SelectionKey.java (isValid): Removed wrong exception documentation. * java/nio/channels/ServerSocketChannel.java (accept): Added exception documentation. (open): Fixed typo, added exception documentation. * java/nio/channels/spi/AbstractSelectableChannel.java (implCloseChannel): Added exception documentation. (add): Reformated. (register): Added exception documentation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59307 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/java/nio/channels/SelectionKey.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'libjava/java/nio/channels/SelectionKey.java') 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 (); -- cgit v1.2.3