added missing javadocs parameters

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/digester/trunk@1211690 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/commons/digester3/ObjectCreateRule.java b/src/main/java/org/apache/commons/digester3/ObjectCreateRule.java
index a6a6d0d..c86d669 100644
--- a/src/main/java/org/apache/commons/digester3/ObjectCreateRule.java
+++ b/src/main/java/org/apache/commons/digester3/ObjectCreateRule.java
@@ -276,6 +276,7 @@
     /**
      * Allows users to specify constructor argument types.
      *
+     * @param constructorArgumentTypes the constructor argument types
      * @since 3.2
      */
     public void setConstructorArgumentTypes( Class<?>... constructorArgumentTypes )
@@ -294,6 +295,7 @@
      * not supplied by a {@link CallParamRule}, the corresponding item from this array will be used
      * to construct the final object as well.
      *
+     * @param the default constructor arguments.
      * @since 3.2
      */
     public void setDefaultConstructorArguments( Object... constructorArguments )