Remove an unused import

This commit is contained in:
Trustin Lee 2012-11-12 11:26:29 +09:00
parent 15642f2cd8
commit b195190b2a

View File

@ -19,7 +19,6 @@ import java.io.IOException;
import java.io.OutputStream;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.ReadOnlyBufferException;
/**
* Abstract base class for WrappedByteBuf implementations.