ICU-5445 Fix some compiler warnings.

X-SVN-Rev: 22075
This commit is contained in:
George Rhoten 2007-07-20 17:59:24 +00:00
parent a9183a36fa
commit 5a20f226e8

View File

@ -9,8 +9,8 @@
package com.ibm.icu.charset;
import java.io.ByteArrayInputStream;
import java.io.InputStreamReader;
//import java.io.ByteArrayInputStream;
//import java.io.InputStreamReader;
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;