Author: ggregory Date: Tue May 15 19:08:56 2018 New Revision: 1831662 URL: http://svn.apache.org/viewvc?rev=1831662&view=rev Log: Typo: 'JavaDoc' -> 'Javadoc'.
Modified: commons/proper/validator/trunk/README.md commons/proper/validator/trunk/src/changes/changes.xml commons/proper/validator/trunk/src/site/site.xml commons/proper/validator/trunk/src/site/xdoc/index.xml Modified: commons/proper/validator/trunk/README.md URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/README.md?rev=1831662&r1=1831661&r2=1831662&view=diff ============================================================================== --- commons/proper/validator/trunk/README.md (original) +++ commons/proper/validator/trunk/README.md Tue May 15 19:08:56 2018 @@ -53,7 +53,7 @@ Documentation ------------- More information can be found on the [Apache Commons Validator homepage](https://commons.apache.org/proper/commons-validator). -The [JavaDoc](https://commons.apache.org/proper/commons-validator/javadocs/api-release) can be browsed. +The [Javadoc](https://commons.apache.org/proper/commons-validator/javadocs/api-release) can be browsed. Questions related to the usage of Apache Commons Validator should be posted to the [user mailing list][ml]. Where can I get the latest release? Modified: commons/proper/validator/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/changes/changes.xml?rev=1831662&r1=1831661&r2=1831662&view=diff ============================================================================== --- commons/proper/validator/trunk/src/changes/changes.xml (original) +++ commons/proper/validator/trunk/src/changes/changes.xml Tue May 15 19:08:56 2018 @@ -619,7 +619,7 @@ http://commons.apache.org/validator/depe Integer, Long, Float, Double, BigInteger, BigDecimal, Currency and Percent.</p> <p>See <a href="apidocs/org/apache/commons/validator/routines/package-summary.html"> - Routines Package JavaDocs</a></p> + Routines Package Javadocs</a></p> </action> <action dev="niallp" type="add" issue="VALIDATOR-30"> Deprecate ValidatorResult's getActionMap() and add getActions() @@ -795,7 +795,7 @@ http://commons.apache.org/validator/depe GenericTypeValidator does not accept negative Floats/Doubles. </action> <action dev="niallp" type="fix" issue="VALIDATOR-48"> - correct UrlValidator JavaDoc. + correct UrlValidator Javadoc. </action> <action dev="niallp" type="add" issue="VALIDATOR-3"> Search the locale 'hierarchy' of formsets for a Form. Modified: commons/proper/validator/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/site/site.xml?rev=1831662&r1=1831661&r2=1831662&view=diff ============================================================================== --- commons/proper/validator/trunk/src/site/site.xml (original) +++ commons/proper/validator/trunk/src/site/site.xml Tue May 15 19:08:56 2018 @@ -39,7 +39,7 @@ </menu> <menu name="Development"> - <item name="JavaDocs" href="/apidocs/index.html"/> + <item name="Javadocs" href="/apidocs/index.html"/> <item name="Mailing Lists" href="/mail-lists.html"/> <item name="Issue Tracking" href="/issue-tracking.html"/> <item name="Source Repository" href="/source-repository.html"/> Modified: commons/proper/validator/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/site/xdoc/index.xml?rev=1831662&r1=1831661&r2=1831662&view=diff ============================================================================== --- commons/proper/validator/trunk/src/site/xdoc/index.xml (original) +++ commons/proper/validator/trunk/src/site/xdoc/index.xml Tue May 15 19:08:56 2018 @@ -91,7 +91,7 @@ <subsection name="Documentation"> <p> - The package JavaDoc has useful information: + The package Javadoc has useful information: </p> <ul> <li><a href="apidocs/org/apache/commons/validator/package-summary.html#package_description">Validator Framework</a></li>