]> gcc.gnu.org Git - gcc.git/commit
2002-11-20 Michael Koch <konqueror@gmx.de>
authorMichael Koch <konqueror@gmx.de>
Wed, 20 Nov 2002 16:19:08 +0000 (16:19 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Wed, 20 Nov 2002 16:19:08 +0000 (16:19 +0000)
commit3ebb998e6fd4db2150c4c60f0977b2b4ca3d39fa
tree79f607cf0830a31df050e0c63c02b22944c84a26
parente6226a2f87a75d3daf21896affc0857a94d5d4ac
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.

From-SVN: r59307
libjava/ChangeLog
libjava/java/io/FileInputStream.java
libjava/java/io/FileOutputStream.java
libjava/java/net/ServerSocket.java
libjava/java/nio/channels/SelectionKey.java
libjava/java/nio/channels/ServerSocketChannel.java
libjava/java/nio/channels/spi/AbstractSelectableChannel.java
This page took 0.059125 seconds and 5 git commands to generate.