Author: simonetripodi
Date: Fri Dec  9 12:57:08 2011
New Revision: 1212382

URL: http://svn.apache.org/viewvc?rev=1212382&view=rev
Log:
fixed javadoc parameters

Modified:
    
commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/binder/ObjectCreateBuilder.java

Modified: 
commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/binder/ObjectCreateBuilder.java
URL: 
http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/binder/ObjectCreateBuilder.java?rev=1212382&r1=1212381&r2=1212382&view=diff
==============================================================================
--- 
commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/binder/ObjectCreateBuilder.java
 (original)
+++ 
commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/binder/ObjectCreateBuilder.java
 Fri Dec  9 12:57:08 2011
@@ -121,7 +121,7 @@ public final class ObjectCreateBuilder
     /**
      * Allows users to specify constructor argument type names.
      *
-     * @param the constructor argument type names
+     * @param paramTypeNames the constructor argument type names
      * @return this builder instance
      * @since 3.2
      */
@@ -154,7 +154,7 @@ public final class ObjectCreateBuilder
     /**
      * Allows users to specify constructor argument types.
      *
-     * @param the constructor argument types
+     * @param constructorArgumentTypes the constructor argument types
      * @return this builder instance
      * @since 3.2
      */


Reply via email to