Fix JavaDoc link
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1533402 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cc6a92b1a5
commit
f9be1de577
|
@ -280,7 +280,7 @@ public class FieldUtils {
|
|||
* @param fieldName
|
||||
* the field name to obtain
|
||||
* @param forceAccess
|
||||
* whether to break scope restrictions using the {@link AccessibleObject#setAccessible(false)} method.
|
||||
* whether to break scope restrictions using the {@link AccessibleObject#setAccessible(boolean)} method.
|
||||
* {@code false} will only match {@code public} fields.
|
||||
* @return the Field object
|
||||
* @throws IllegalArgumentException
|
||||
|
|
Loading…
Reference in New Issue