From 81d2d258f5b5578131c9add593df10bd4758f219 Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Sat, 14 Jun 2003 11:53:02 +0000 Subject: 2003-06-14 Michael Koch * gnu/java/nio/FileChannelImpl.java (map_address): Removed incorrect comment. * gnu/java/nio/SelectorImpl.java (register): Remove code duplication and code for file channel handling. * gnu/java/nio/ServerSocketChannelImpl.java (serverSocket): Renamed from sock_object. (ServerSocketChannel): Initialize serverSocket. (socket): Return serverSocket. * gnu/java/nio/SocketChannelImpl.java (socket): Renamed from sock_object. (isConnectionPenging): Simplified. (socket): Return socket. From-SVN: r67940 --- libjava/gnu/java/nio/FileChannelImpl.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libjava/gnu/java/nio/FileChannelImpl.java') diff --git a/libjava/gnu/java/nio/FileChannelImpl.java b/libjava/gnu/java/nio/FileChannelImpl.java index 79a7a58eb90..cedf3978682 100644 --- a/libjava/gnu/java/nio/FileChannelImpl.java +++ b/libjava/gnu/java/nio/FileChannelImpl.java @@ -35,6 +35,7 @@ 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 gnu.java.nio; import java.io.EOFException; @@ -64,8 +65,6 @@ import gnu.gcj.RawData; public class FileChannelImpl extends FileChannel { - // GCJ LOCAL: This variable stores a pointer to the memory - // where the file is mapped. RawData map_address; int length; -- cgit v1.2.3