You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/01/30 22:35:28 UTC

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

Author: ggregory
Date: Thu Jan 30 21:35:28 2014
New Revision: 1562982

URL: http://svn.apache.org/r1562982
Log:
Javadoc: format.

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

Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/FieldUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/FieldUtils.java?rev=1562982&r1=1562981&r2=1562982&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/FieldUtils.java (original)
+++ commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/FieldUtils.java Thu Jan 30 21:35:28 2014
@@ -667,7 +667,9 @@ public class FieldUtils {
 
     /**
      * Removes the final modifier from a {@link Field}.
-     * @param field to remove the final modifier
+     * 
+     * @param field
+     *            to remove the final modifier
      * @throws IllegalArgumentException
      *             if the field is {@code null}
      */