fixed javadoc parameters

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/digester/trunk@1212382 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/commons/digester3/binder/ObjectCreateBuilder.java b/src/main/java/org/apache/commons/digester3/binder/ObjectCreateBuilder.java
index 32d7254..ee0b7da 100644
--- a/src/main/java/org/apache/commons/digester3/binder/ObjectCreateBuilder.java
+++ b/src/main/java/org/apache/commons/digester3/binder/ObjectCreateBuilder.java
@@ -121,7 +121,7 @@
     /**
      * 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 @@
     /**
      * 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
      */