diff --git a/src/java/org/apache/commons/lang/reflect/FieldUtils.java b/src/java/org/apache/commons/lang/reflect/FieldUtils.java
index ff9aa5bf4..75e8e1bb2 100644
--- a/src/java/org/apache/commons/lang/reflect/FieldUtils.java
+++ b/src/java/org/apache/commons/lang/reflect/FieldUtils.java
@@ -565,9 +565,6 @@ public class FieldUtils {
* @param target the object to reflect, must not be null
* @param fieldName the field name to obtain
* @param value to set
- * @param forceAccess whether to break scope restrictions using the
- * setAccessible
method. False
will only
- * match public fields.
* @throws IllegalArgumentException if target
or fieldName
is null
* @throws IllegalAccessException if the field is not made accessible
*/