From ae26c8e25f9bad8b4d26f10d091d6342330f3cfb Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Sun, 13 Jul 2003 16:53:05 +0000 Subject: FileChannelImpl.java, [...]: Removed. 2003-07-13 Michael Koch * gnu/java/nio/FileChannelImpl.java, gnu/java/nio/natFileChannelImpl.cc: Removed. * java/io/FileInputStream.java, java/io/FileOutputStream.java, java/io/RandomAccessFile.java, java/nio/MappedByteBufferImpl.java: Import java.nio.channels.FileChannelImpl instead of gnu.java.nio.FileChannelImpl. * java/nio/channels/FileChannelImpl.java, java/nio/channels/natFileChannelImpl.cc: New files. * Makefile.am (ordinary_java_source_files): Removed gnu/java/nio/FileChannelImpl.java and added java/nio/channels/FileChannelImpl.java. (nat source_files): Removed gnu/java/nio/natFileChannelImpl.cc and added java/nio/channels/natFileChannelImpl.cc. * Makefile.in: Regenerated. From-SVN: r69296 --- libjava/java/nio/MappedByteBufferImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libjava/java/nio/MappedByteBufferImpl.java') diff --git a/libjava/java/nio/MappedByteBufferImpl.java b/libjava/java/nio/MappedByteBufferImpl.java index 4227948..f28f113 100644 --- a/libjava/java/nio/MappedByteBufferImpl.java +++ b/libjava/java/nio/MappedByteBufferImpl.java @@ -38,8 +38,8 @@ exception statement from your version. */ package java.nio; -import gnu.java.nio.FileChannelImpl; import java.io.IOException; +import java.nio.channels.FileChannelImpl; import gnu.gcj.RawData; public class MappedByteBufferImpl extends MappedByteBuffer -- cgit v1.1