fixed params names

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/digester/trunk@1212030 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 c86d669..45f8d05 100644
--- a/src/main/java/org/apache/commons/digester3/ObjectCreateRule.java
+++ b/src/main/java/org/apache/commons/digester3/ObjectCreateRule.java
@@ -295,7 +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.
+     * @param constructorArguments the default constructor arguments.
      * @since 3.2
      */
     public void setDefaultConstructorArguments( Object... constructorArguments )