Author: ggregory Date: Tue May 15 18:59:44 2018 New Revision: 1831660 URL: http://svn.apache.org/viewvc?rev=1831660&view=rev Log: Typo: 'JavaDoc' -> 'Javadoc'.
Modified: commons/proper/net/trunk/README.md commons/proper/net/trunk/src/site/xdoc/code-standards.xml commons/proper/net/trunk/src/site/xdoc/index.xml Modified: commons/proper/net/trunk/README.md URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/README.md?rev=1831660&r1=1831659&r2=1831660&view=diff ============================================================================== --- commons/proper/net/trunk/README.md (original) +++ commons/proper/net/trunk/README.md Tue May 15 18:59:44 2018 @@ -52,7 +52,7 @@ Documentation ------------- More information can be found on the [Apache Commons Net homepage](https://commons.apache.org/proper/commons-net). -The [JavaDoc](https://commons.apache.org/proper/commons-net/javadocs/api-release) can be browsed. +The [Javadoc](https://commons.apache.org/proper/commons-net/javadocs/api-release) can be browsed. Questions related to the usage of Apache Commons Net should be posted to the [user mailing list][ml]. Where can I get the latest release? Modified: commons/proper/net/trunk/src/site/xdoc/code-standards.xml URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/site/xdoc/code-standards.xml?rev=1831660&r1=1831659&r2=1831660&view=diff ============================================================================== --- commons/proper/net/trunk/src/site/xdoc/code-standards.xml (original) +++ commons/proper/net/trunk/src/site/xdoc/code-standards.xml Tue May 15 18:59:44 2018 @@ -115,10 +115,10 @@ Platform specific files should have the </p> <p> -5. JavaDoc <strong>MUST</strong> exist on all public and protected methods. -JavaDoc on private and default access methods and members is preferred and +5. Javadoc <strong>MUST</strong> exist on all public and protected methods. +Javadoc on private and default access methods and members is preferred and encouraged. If your code modifications use an existing class/method/variable -which lacks JavaDoc, it is required that you add it. This will improve the +which lacks Javadoc, it is required that you add it. This will improve the project as a whole. </p> Modified: commons/proper/net/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/site/xdoc/index.xml?rev=1831660&r1=1831659&r2=1831660&view=diff ============================================================================== --- commons/proper/net/trunk/src/site/xdoc/index.xml (original) +++ commons/proper/net/trunk/src/site/xdoc/index.xml Tue May 15 18:59:44 2018 @@ -210,7 +210,7 @@ </section> <section name="Further Information"> <p> - For more info, see the JavaDoc, or look at some of the following articles: + For more info, see the Javadoc, or look at some of the following articles: <ul> <li><a href="http://www.informit.com/guides/content.asp?g=java&seqNum=40">http://www.informit.com/guides/content.asp?g=java&seqNum=40</a>Jakarta Commons - Net Class Library</li> <li><a href="http://www.onjava.com/pub/a/onjava/2003/06/25/commons.html?page=3">http://www.onjava.com/pub/a/onjava/2003/06/25/commons.html?page=3</a>Using the Jakarta Commons, Part 1</li>