ICU-5844 Removed an unnecessary import that caused a warning.

X-SVN-Rev: 22408
This commit is contained in:
Andrew J Macheret 2007-08-16 20:58:17 +00:00
parent 221cdc6607
commit 0a47d5ea22

View File

@ -18,8 +18,6 @@ import java.nio.charset.CharsetDecoder;
import java.nio.charset.CharsetEncoder;
import java.nio.charset.CodingErrorAction;
import sun.io.CharToByteConverter;
import com.ibm.icu.charset.CharsetProviderICU;
/**