fixed javadoc violation

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/digester/trunk@1140255 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/commons/digester3/binder/BeanPropertySetterBuilder.java b/src/main/java/org/apache/commons/digester3/binder/BeanPropertySetterBuilder.java
index cbd654b..f556b98 100644
--- a/src/main/java/org/apache/commons/digester3/binder/BeanPropertySetterBuilder.java
+++ b/src/main/java/org/apache/commons/digester3/binder/BeanPropertySetterBuilder.java
@@ -53,7 +53,7 @@
     /**
      * Sets the attribute name from which the property name has to be extracted.
      *
-     * @param propertyName The name of property to set
+     * @param attribute The attribute name from which extracting the name of property to set
      * @return this builder instance
      */
     public BeanPropertySetterBuilder extractPropertyNameFromAttribute( String attribute )