diff options
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r-- | libjava/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 656013da25b..5d978a50600 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,21 @@ +2002-11-20 Michael Koch <konqueror@gmx.de> + + * 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. + 2002-11-20 Andreas Jaeger <aj@suse.de> * configure: Regenerated with new libtool.m4. |