2004-02-05 Michael Koch <konqueror@gmx.de>

* gnu/java/nio/NIOServerSocket.java
	(impl): Unused, removed.
	* gnu/java/nio/SocketChannelImpl.java
	(finnishConnect): Don't throw NoConnectionPendingException if not
	connected or no connection pending.

From-SVN: r77317
This commit is contained in:
Michael Koch 2004-02-05 15:57:01 +00:00 committed by Michael Koch
parent 92ff3e4314
commit 99814868c1
3 changed files with 10 additions and 3 deletions

View file

@ -1,5 +1,5 @@
/* NIOServerSocket.java --
Copyright (C) 2003 Free Software Foundation, Inc.
Copyright (C) 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@ -50,7 +50,6 @@ import java.nio.channels.SocketChannel;
*/
public final class NIOServerSocket extends ServerSocket
{
private PlainSocketImpl impl;
private ServerSocketChannelImpl channel;
protected NIOServerSocket (ServerSocketChannelImpl channel)