You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2008/11/26 18:34:58 UTC

svn commit: r720923 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/reflect/FieldUtils.java

Author: sebb
Date: Wed Nov 26 09:34:58 2008
New Revision: 720923

URL: http://svn.apache.org/viewvc?rev=720923&view=rev
Log:
Remove Javadoc for non-existent parameter

Modified:
    commons/proper/lang/trunk/src/java/org/apache/commons/lang/reflect/FieldUtils.java

Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/reflect/FieldUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/reflect/FieldUtils.java?rev=720923&r1=720922&r2=720923&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/java/org/apache/commons/lang/reflect/FieldUtils.java (original)
+++ commons/proper/lang/trunk/src/java/org/apache/commons/lang/reflect/FieldUtils.java Wed Nov 26 09:34:58 2008
@@ -565,9 +565,6 @@
      * @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
-     *  <code>setAccessible</code> method. <code>False</code> will only
-     *  match public fields.
      * @throws IllegalArgumentException if <code>target</code> or <code>fieldName</code> is null
      * @throws IllegalAccessException if the field is not made accessible
      */