Skip to content

Commit e977d7e

Browse files
committed
Remove in-line comment that no longer applies.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635507 13f79535-47bb-0310-9956-ffa450edef68
1 parent 0c4424b commit e977d7e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/org/apache/commons/csv/CSVParser.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable {
154154
public static CSVParser parse(final File file, final Charset charset, final CSVFormat format) throws IOException {
155155
Assertions.notNull(file, "file");
156156
Assertions.notNull(format, "format");
157-
// Use the default Charset explicitly
158157
return new CSVParser(new InputStreamReader(new FileInputStream(file), charset), format);
159158
}
160159

0 commit comments

Comments
 (0)