Index: gnu/java/nio/channels/FileChannelImpl.java =================================================================== RCS file: /cvsroot/classpath/classpath/gnu/java/nio/channels/FileChannelImpl.java,v retrieving revision 1.4 diff -u -r1.4 FileChannelImpl.java --- gnu/java/nio/channels/FileChannelImpl.java 13 Apr 2004 09:50:39 -0000 1.4 +++ gnu/java/nio/channels/FileChannelImpl.java 23 Apr 2004 05:49:37 -0000 @@ -60,13 +60,8 @@ * 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;