Repository: commons-compress Updated Branches: refs/heads/master e9ba2a3a6 -> 6c52485ca
Typo: 'JavaDoc' -> 'Javadoc'. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/6c52485c Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/6c52485c Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/6c52485c Branch: refs/heads/master Commit: 6c52485cad4b718da71b959eed962680d0676f43 Parents: e9ba2a3 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Tue May 15 12:19:14 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Tue May 15 12:19:14 2018 -0600 ---------------------------------------------------------------------- README.md | 2 +- src/site/xdoc/conventions.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/6c52485c/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index c23ee0d..c2f3e89 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Documentation ------------- More information can be found on the [Apache Commons Compress homepage](https://commons.apache.org/proper/commons-compress). -The [JavaDoc](https://commons.apache.org/proper/commons-compress/javadocs/api-release) can be browsed. +The [Javadoc](https://commons.apache.org/proper/commons-compress/javadocs/api-release) can be browsed. Questions related to the usage of Apache Commons Compress 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-compress/blob/6c52485c/src/site/xdoc/conventions.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/conventions.xml b/src/site/xdoc/conventions.xml index a2b8cce..f1a93b7 100644 --- a/src/site/xdoc/conventions.xml +++ b/src/site/xdoc/conventions.xml @@ -35,7 +35,7 @@ <p> We use some of the annotations from <a href="http://jcip.net/annotations/doc/net/jcip/annotations/package-summary.html">JCIP</a> - as JavaDoc tags. The used tags are: + as Javadoc tags. The used tags are: <ul> <li>@GuardedBy (field or method)</li>