You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/05/15 18:21:58 UTC

commons-csv git commit: Typo: 'JavaDoc' -> 'Javadoc'.

Repository: commons-csv
Updated Branches:
  refs/heads/master 00583b2ad -> c00f4d426


Typo: 'JavaDoc' -> 'Javadoc'.

Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/c00f4d42
Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/c00f4d42
Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/c00f4d42

Branch: refs/heads/master
Commit: c00f4d426ecf7f58071a41a1d3fad7efbacf9777
Parents: 00583b2
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue May 15 12:21:56 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue May 15 12:21:56 2018 -0600

----------------------------------------------------------------------
 README.md                                           | 2 +-
 src/main/java/org/apache/commons/csv/CSVParser.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/c00f4d42/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 87f1c60..68b7aa4 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Documentation
 -------------
 
 More information can be found on the [Apache Commons CSV homepage](https://commons.apache.org/proper/commons-csv).
-The [JavaDoc](https://commons.apache.org/proper/commons-csv/javadocs/api-release) can be browsed.
+The [Javadoc](https://commons.apache.org/proper/commons-csv/javadocs/api-release) can be browsed.
 Questions related to the usage of Apache Commons CSV should be posted to the [user mailing list][ml].
 
 Where can I get the latest release?

http://git-wip-us.apache.org/repos/asf/commons-csv/blob/c00f4d42/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 06108f6..2a902cd 100644
--- a/src/main/java/org/apache/commons/csv/CSVParser.java
+++ b/src/main/java/org/apache/commons/csv/CSVParser.java
@@ -99,7 +99,7 @@ import java.util.TreeMap;
  *
  * <p>
  * If the predefined formats don't match the format at hands, custom formats can be defined. More information about
- * customising CSVFormats is available in {@link CSVFormat CSVFormat JavaDoc}.
+ * customising CSVFormats is available in {@link CSVFormat CSVFormat Javadoc}.
  * </p>
  *
  * <h2>Parsing into memory</h2>