mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-07 02:28:25 +00:00
Add missing @since.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1563678 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
717ac0c7b3
commit
35a2c81ac4
@ -656,6 +656,7 @@ public static void writeField(final Field field, final Object target, final Obje
|
||||
* to remove the final modifier
|
||||
* @throws IllegalArgumentException
|
||||
* if the field is {@code null}
|
||||
* @since 3.2
|
||||
*/
|
||||
public static void removeFinalModifier(Field field) {
|
||||
removeFinalModifier(field, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user