summaryrefslogtreecommitdiff
path: root/gnu/java/nio
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-04-23 05:51:19 +0000
committerMichael Koch <konqueror@gmx.de>2004-04-23 05:51:19 +0000
commit0fb32473360ac0abf6aeb53e6d0a1146ff7b85e5 (patch)
tree30e321ff36e907d9e5c25ab0ee359ef5f819ffd2 /gnu/java/nio
parent8a4bafddd1207db20d77aaeea268c074928d0ef2 (diff)
downloadclasspath-0fb32473360ac0abf6aeb53e6d0a1146ff7b85e5.tar.gz
2004-04-23 Michael Koch <konqueror@gmx.de>
* gnu/java/nio/channels/FileChannelImpl.java (SET, CUR): Unused, removed.
Diffstat (limited to 'gnu/java/nio')
-rw-r--r--gnu/java/nio/channels/FileChannelImpl.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/java/nio/channels/FileChannelImpl.java b/gnu/java/nio/channels/FileChannelImpl.java
index 180b98da1..2aeadfc3f 100644
--- a/gnu/java/nio/channels/FileChannelImpl.java
+++ b/gnu/java/nio/channels/FileChannelImpl.java
@@ -60,13 +60,8 @@ import java.nio.channels.WritableByteChannel;
* Instances of this class are created by invoking getChannel
* Upon a Input/Output/RandomAccessFile object.
*/
-
public final class FileChannelImpl extends FileChannel
{
- // These are WHENCE values for seek.
-// public static final int SET = 0;
-// public static final int CUR = 1;
-
// These are mode values for open().
public static final int READ = 1;
public static final int WRITE = 2;