PlainSocketImpl.java: Reworked imports.
2002-11-18 Michael Koch <konqueror@gmx.de> * java/net/PlainSocketImpl.java: Reworked imports. * java/net/ServerSocket.java (ServerSocket): Create socket. * java/net/SocketAddress.java: Documentation added. * java/net/natPlainSocketImpl.cc: Reindented. * java/nio/ReadOnlyBufferException.java: New file * java/nio/channels/ClosedChannelException.java: Documentation added. * java/nio/channels/ClosedSelectorException.java: New file. From-SVN: r59214
This commit is contained in:
committed by
Michael Koch
parent
3503150c4c
commit
6602dd4a3b
@@ -9,8 +9,8 @@ Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
|
||||
details. */
|
||||
|
||||
package java.net;
|
||||
import java.io.*;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* The standard GCJ socket implementation.
|
||||
|
||||
Reference in New Issue
Block a user