mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-11 20:45:05 +00:00
Add missing @since.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1563679 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
35a2c81ac4
commit
04d743f4f4
@ -673,6 +673,7 @@ public static void removeFinalModifier(Field field) {
|
||||
* match {@code public} fields.
|
||||
* @throws IllegalArgumentException
|
||||
* if the field is {@code null}
|
||||
* @since 3.3
|
||||
*/
|
||||
public static void removeFinalModifier(Field field, boolean forceAccess) {
|
||||
Validate.isTrue(field != null, "The field must not be null");
|
||||
|
Loading…
x
Reference in New Issue
Block a user