From f80652ec3090e09e9cb8796b34f2f4ae9a5998e4 Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Wed, 18 Jun 2003 09:45:00 +0000 Subject: 2003-06-18 Michael Koch * gnu/java/nio/FileChannelImpl.java, gnu/java/nio/SelectorImpl.java, gnu/java/nio/ServerSocketChannelImpl.java, gnu/java/nio/SocketChannelImpl.java, java/nio/DirectByteBufferImpl.java: New versions from libgcj. --- gnu/java/nio/FileChannelImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/java/nio/FileChannelImpl.java') diff --git a/gnu/java/nio/FileChannelImpl.java b/gnu/java/nio/FileChannelImpl.java index 356cbfbeb..4326c3564 100644 --- a/gnu/java/nio/FileChannelImpl.java +++ b/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; @@ -65,7 +66,6 @@ import gnu.classpath.RawData; public class FileChannelImpl extends FileChannel { - // FIXME: This should not be public public RawData map_address; int length; -- cgit v1.2.1