Author: ggregory Date: Tue May 15 18:16:31 2018 New Revision: 1831646 URL: http://svn.apache.org/viewvc?rev=1831646&view=rev Log: Typo: 'JavaDoc' -> 'Javadoc'.
Modified: commons/proper/chain/trunk/base/src/main/java/org/apache/commons/chain2/impl/ChainBase.java commons/proper/chain/trunk/sdocbook/chapter-chain.xml commons/proper/chain/trunk/src/changes/changes.xml commons/proper/chain/trunk/src/site/xdoc/cookbook.xml Modified: commons/proper/chain/trunk/base/src/main/java/org/apache/commons/chain2/impl/ChainBase.java URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/base/src/main/java/org/apache/commons/chain2/impl/ChainBase.java?rev=1831646&r1=1831645&r2=1831646&view=diff ============================================================================== --- commons/proper/chain/trunk/base/src/main/java/org/apache/commons/chain2/impl/ChainBase.java (original) +++ commons/proper/chain/trunk/base/src/main/java/org/apache/commons/chain2/impl/ChainBase.java Tue May 15 18:16:31 2018 @@ -116,7 +116,7 @@ public class ChainBase<K, V, C extends M // ---------------------------------------------------------- Chain Methods /** - * See the {@link Chain} JavaDoc. + * See the {@link Chain} Javadoc. * * @param <CMD> the {@link Command} type to be added in the {@link Chain} * @param command The {@link Command} to be added @@ -136,7 +136,7 @@ public class ChainBase<K, V, C extends M } /** - * See the {@link Chain} JavaDoc. + * See the {@link Chain} Javadoc. * * @param context The {@link Context} to be processed by this * {@link Chain} Modified: commons/proper/chain/trunk/sdocbook/chapter-chain.xml URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/sdocbook/chapter-chain.xml?rev=1831646&r1=1831645&r2=1831646&view=diff ============================================================================== --- commons/proper/chain/trunk/sdocbook/chapter-chain.xml (original) +++ commons/proper/chain/trunk/sdocbook/chapter-chain.xml Tue May 15 18:16:31 2018 @@ -808,7 +808,7 @@ public class MailReader extends Hashmap <para>The default attribute name can be changed, if needed, You can also configure ChainListener to read files from a system path or from a JAR. - See the JavaDoc for all the configuration details. There is also a + See the Javadoc for all the configuration details. There is also a <classname>ChainServlet</classname> if you are using the Servlet 2.2 platform.</para> Modified: commons/proper/chain/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/src/changes/changes.xml?rev=1831646&r1=1831645&r2=1831646&view=diff ============================================================================== --- commons/proper/chain/trunk/src/changes/changes.xml (original) +++ commons/proper/chain/trunk/src/changes/changes.xml Tue May 15 18:16:31 2018 @@ -168,7 +168,7 @@ The <action> type attribute can be add,u PathInfoMapper command can not obtain the current catalog instance. </action> <action dev="niallp" type="fix" issue="CHAIN-34" due-to="Mark Vedder"> - Unbalanced tags in JavaDoc for ContextBase class. + Unbalanced tags in Javadoc for ContextBase class. </action> <action dev="niallp" type="fix" issue="CHAIN-33"> Upgrade to Commons Digester 1.8 to fix bug loading webapp resources. @@ -269,7 +269,7 @@ The <action> type attribute can be add,u build.properties.sample should add commons-logging. </action> <action dev="husted" type="update" issue="CHAIN-22" due-to="Matthew Sgarlata"> - Added JavaDoc and a toString() method to CatalogBase. + Added Javadoc and a toString() method to CatalogBase. </action> </release> </body> Modified: commons/proper/chain/trunk/src/site/xdoc/cookbook.xml URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/src/site/xdoc/cookbook.xml?rev=1831646&r1=1831645&r2=1831646&view=diff ============================================================================== --- commons/proper/chain/trunk/src/site/xdoc/cookbook.xml (original) +++ commons/proper/chain/trunk/src/site/xdoc/cookbook.xml Tue May 15 18:16:31 2018 @@ -807,7 +807,7 @@ public class MailReader extends Hashmap< </example></p> <p>You can also configure ChainListener to read files from a system path - or from a JAR. See the JavaDoc for all the configuration details. There + or from a JAR. See the Javadoc for all the configuration details. There is also a <code>ChainServlet</code> if you are using the Servlet 2.2 platform.</p>