From: Michael Koch Date: Mon, 7 Oct 2002 13:39:22 +0000 (+0000) Subject: ByteBuffer.java: removed import of not commited class. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0f31d441683d083328152a31348bcf74e1c3903a;p=gcc.git ByteBuffer.java: removed import of not commited class. 2002-10-07 Michael Koch * java/nio/ByteBuffer.java: removed import of not commited class. From-SVN: r57900 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 02c5181f68f..c1476879c77 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2002-10-07 Michael Koch + + * java/nio/ByteBuffer.java: + removed import of not commited class. + 2002-10-07 Michael Koch * java/nio/ByteBuffer.java, diff --git a/libjava/java/nio/ByteBuffer.java b/libjava/java/nio/ByteBuffer.java index 71164b02b73..4b02f7fcafc 100644 --- a/libjava/java/nio/ByteBuffer.java +++ b/libjava/java/nio/ByteBuffer.java @@ -37,8 +37,6 @@ exception statement from your version. */ package java.nio; -import gnu.java.nio.ByteBufferImpl; - public abstract class ByteBuffer extends Buffer { }