diff options
Diffstat (limited to 'libjava/java/nio/channels/ServerSocketChannel.java')
| -rw-r--r-- | libjava/java/nio/channels/ServerSocketChannel.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libjava/java/nio/channels/ServerSocketChannel.java b/libjava/java/nio/channels/ServerSocketChannel.java index e41af212623..27870077608 100644 --- a/libjava/java/nio/channels/ServerSocketChannel.java +++ b/libjava/java/nio/channels/ServerSocketChannel.java @@ -35,12 +35,11 @@ this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. */ + package java.nio.channels; import java.nio.channels.spi.AbstractSelectableChannel; import java.nio.channels.spi.SelectorProvider; -import java.nio.ByteOrder; -import java.nio.ByteBuffer; import java.io.IOException; import java.net.ServerSocket; |
