Javadoc: format.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1562982 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-01-30 21:35:28 +00:00
parent 9b07d9c306
commit 2c8822657d
1 changed files with 3 additions and 1 deletions

View File

@ -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}
*/