gcc/libjava/java
Michael Koch 3ebb998e6f 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
2002-11-20 16:19:08 +00:00
..
applet AppletContext.java: Fix typo and remove redundant modifiers. 2002-11-14 20:35:27 +00:00
awt
beans
io 2002-11-20 Michael Koch <konqueror@gmx.de> 2002-11-20 16:19:08 +00:00
lang natReference.cc (add_to_hash): Look at copy', not referent'. 2002-11-19 21:59:41 +00:00
math
net 2002-11-20 Michael Koch <konqueror@gmx.de> 2002-11-20 16:19:08 +00:00
nio 2002-11-20 Michael Koch <konqueror@gmx.de> 2002-11-20 16:19:08 +00:00
rmi
security KeyStore.java (getInstance): Fix comment and throw IllegalArgumentException if given provider is null. 2002-11-18 18:09:35 +00:00
sql
text
util For PR libgcj/8593: 2002-11-16 00:41:32 +00:00