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:20:34 UTC

svn commit: r1831648 - in /commons/proper/configuration/trunk: README.md src/main/java/org/apache/commons/configuration2/beanutils/DefaultBeanFactory.java src/site/xdoc/userguide/howto_beans.xml

Author: ggregory
Date: Tue May 15 18:20:34 2018
New Revision: 1831648

URL: http://svn.apache.org/viewvc?rev=1831648&view=rev
Log:
Typo: 'JavaDoc' -> 'Javadoc'.

Modified:
    commons/proper/configuration/trunk/README.md
    commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/beanutils/DefaultBeanFactory.java
    commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_beans.xml

Modified: commons/proper/configuration/trunk/README.md
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/README.md?rev=1831648&r1=1831647&r2=1831648&view=diff
==============================================================================
--- commons/proper/configuration/trunk/README.md (original)
+++ commons/proper/configuration/trunk/README.md Tue May 15 18:20:34 2018
@@ -53,7 +53,7 @@ Documentation
 -------------
 
 More information can be found on the [Apache Commons Configuration homepage](https://commons.apache.org/proper/commons-configuration).
-The [JavaDoc](https://commons.apache.org/proper/commons-configuration/javadocs/api-release) can be browsed.
+The [Javadoc](https://commons.apache.org/proper/commons-configuration/javadocs/api-release) can be browsed.
 Questions related to the usage of Apache Commons Configuration should be posted to the [user mailing list][ml].
 
 Where can I get the latest release?

Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/beanutils/DefaultBeanFactory.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/beanutils/DefaultBeanFactory.java?rev=1831648&r1=1831647&r2=1831648&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/beanutils/DefaultBeanFactory.java (original)
+++ commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/beanutils/DefaultBeanFactory.java Tue May 15 18:20:34 2018
@@ -251,7 +251,7 @@ public class DefaultBeanFactory implemen
         {
             if (matchesConstructor(ctor, args))
             {
-                // cast should be okay according to the JavaDocs of
+                // cast should be okay according to the Javadocs of
                 // getConstructors()
                 @SuppressWarnings("unchecked")
                 Constructor<T> match = (Constructor<T>) ctor;

Modified: commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_beans.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_beans.xml?rev=1831648&r1=1831647&r2=1831648&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_beans.xml (original)
+++ commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_beans.xml Tue May 15 18:20:34 2018
@@ -212,7 +212,7 @@ WindowManager wm = (WindowManager) BeanH
           <code>BeanFactory</code> objects that are registered under a specific
           key. The <code>BeanDeclaration</code> can contain the key of the
           <code>BeanFactory</code> to be used. Please refer to the
-          JavaDocs of <code><a href="../apidocs/org/apache/commons/configuration2/beanutils/XMLBeanDeclaration.html">
+          Javadocs of <code><a href="../apidocs/org/apache/commons/configuration2/beanutils/XMLBeanDeclaration.html">
           XMLBeanDeclaration</a></code> for further information.</li>
           <li>When a <code>BeanHelper</code> object is constructed a default
           <code>BeanFactory</code> is set. This one is used if no specific