Javadoc: Use the active voice.

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

View File

@ -666,7 +666,7 @@ public static void writeField(final Field field, final Object target, final Obje
}
/**
* Remove the final modifier from a {@link Field}
* Removes the final modifier from a {@link Field}.
* @param field to remove the final modifier
* @throws IllegalArgumentException
* if the field is {@code null}