summaryrefslogtreecommitdiff
path: root/gnu/java/nio/FileChannelImpl.java
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2003-06-18 09:45:00 +0000
committerMichael Koch <konqueror@gmx.de>2003-06-18 09:45:00 +0000
commitf80652ec3090e09e9cb8796b34f2f4ae9a5998e4 (patch)
treeb8b1162794842b61e55bb8134f03d24a2a597142 /gnu/java/nio/FileChannelImpl.java
parent6c409b7b81c880372be52766ac4243757f669695 (diff)
downloadclasspath-f80652ec3090e09e9cb8796b34f2f4ae9a5998e4.tar.gz
2003-06-18 Michael Koch <konqueror@gmx.de>
* 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.
Diffstat (limited to 'gnu/java/nio/FileChannelImpl.java')
-rw-r--r--gnu/java/nio/FileChannelImpl.java2
1 files changed, 1 insertions, 1 deletions
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;