PlainSocketImpl.java: Fix imports.
2002-11-18 Michael Koch <konqueror@gmx.de> * java/net/PlainSocketImpl.java: Fix imports. From-SVN: r59221
This commit is contained in:
parent
dfc15546d8
commit
4f13d99ed3
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2002-11-18 Michael Koch <konqueror@gmx.de>
|
||||||
|
|
||||||
|
* java/net/PlainSocketImpl.java: Fix imports.
|
||||||
|
|
||||||
2002-11-18 Michael Koch <konqueror@gmx.de>
|
2002-11-18 Michael Koch <konqueror@gmx.de>
|
||||||
|
|
||||||
* java/nio/channels/SelectionKey.java
|
* java/nio/channels/SelectionKey.java
|
||||||
|
|
|
@ -10,7 +10,9 @@ details. */
|
||||||
|
|
||||||
package java.net;
|
package java.net;
|
||||||
|
|
||||||
|
import java.io.InputStream;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
import java.io.OutputStream;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The standard GCJ socket implementation.
|
* The standard GCJ socket implementation.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue