ByteBuffer.java: removed import of not commited class.

2002-10-07  Michael Koch  <konqueror@gmx.de>

	* java/nio/ByteBuffer.java:
	removed import of not commited class.

From-SVN: r57900
This commit is contained in:
Michael Koch 2002-10-07 13:39:22 +00:00 committed by Michael Koch
parent 7f73f46f93
commit 0f31d44168
2 changed files with 5 additions and 2 deletions

View file

@ -37,8 +37,6 @@ exception statement from your version. */
package java.nio;
import gnu.java.nio.ByteBufferImpl;
public abstract class ByteBuffer extends Buffer
{
}