You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2015/05/16 19:39:18 UTC

svn commit: r1679767 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/beanutils/DefaultBeanFactory.java

Author: oheger
Date: Sat May 16 17:39:18 2015
New Revision: 1679767

URL: http://svn.apache.org/r1679767
Log:
Javadoc error: Missing @param tag for generic type parameter.

Modified:
    commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/beanutils/DefaultBeanFactory.java

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=1679767&r1=1679766&r2=1679767&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 Sat May 16 17:39:18 2015
@@ -170,6 +170,7 @@ public class DefaultBeanFactory implemen
      *
      * @param beanClass the class of the bean to be created
      * @param data the current {@code BeanDeclaration}
+     * @param <T> the type of the bean to be created
      * @return the single matching constructor
      * @throws ConfigurationRuntimeException if no single matching constructor
      *         can be found