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:
Benedikt Ritter 2013-10-18 11:45:26 +00:00
parent cc6a92b1a5
commit f9be1de577
1 changed files with 1 additions and 1 deletions

View File

@ -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