Repository: commons-csv Updated Branches: refs/heads/master 99be47eb9 -> 0e3b57507
Javadoc nits. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/0e3b5750 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/0e3b5750 Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/0e3b5750 Branch: refs/heads/master Commit: 0e3b57507f8bff9a3325bdaa7b90a18c2c44c17d Parents: 99be47e Author: Gary Gregory <ggreg...@apache.org> Authored: Thu Jul 20 20:17:58 2017 -0700 Committer: Gary Gregory <ggreg...@apache.org> Committed: Thu Jul 20 20:17:58 2017 -0700 ---------------------------------------------------------------------- src/main/java/org/apache/commons/csv/CSVParser.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-csv/blob/0e3b5750/src/main/java/org/apache/commons/csv/CSVParser.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/csv/CSVParser.java b/src/main/java/org/apache/commons/csv/CSVParser.java index 22a7f1b..efc0d86 100644 --- a/src/main/java/org/apache/commons/csv/CSVParser.java +++ b/src/main/java/org/apache/commons/csv/CSVParser.java @@ -141,7 +141,7 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable { * @param file * a CSV file. Must not be null. * @param charset - * A charset + * A Charset * @param format * the CSVFormat used for CSV parsing. Must not be null. * @return a new parser @@ -191,7 +191,7 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable { * @param path * a CSV file. Must not be null. * @param charset - * A charset + * A Charset * @param format * the CSVFormat used for CSV parsing. Must not be null. * @return a new parser