Remove APIs from utils
[lgpl/argeo-commons.git] / org.argeo.util / src / org / argeo / util / CsvParser.java
index 569f08c731092acd8f76790a42af2b54d620e150..d133afdbc41f1d6d35fed0d1019aae5e9a31c289 100644 (file)
@@ -23,9 +23,6 @@ import java.util.ArrayList;
 import java.util.Collections;
 import java.util.List;
 
-import org.argeo.util.internal.StreamUtils;
-import org.argeo.util.internal.UtilsException;
-
 /**
  * Parses a CSV file interpreting the first line as a header. The
  * {@link #parse(InputStream)} method and the setters are synchronized so that