git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@219118 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2005-07-14 22:09:50 +00:00
parent 66f83099a5
commit 0a92b2c279
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ import org.apache.commons.lang.math.NumberUtils;
* } * }
* </pre> * </pre>
* *
* <p>Alternatively, there is are {@link #reflectionCompare(Object, Object) reflectionCompare} method that uses * <p>Alternatively, there are {@link #reflectionCompare(Object, Object) reflectionCompare} methods that use
* reflection to determine the fields to append. Because fields can be private, * reflection to determine the fields to append. Because fields can be private,
* <code>reflectionCompare</code> uses {@link java.lang.reflect.AccessibleObject#setAccessible(boolean)} to * <code>reflectionCompare</code> uses {@link java.lang.reflect.AccessibleObject#setAccessible(boolean)} to
* bypass normal access control checks. This will fail under a security manager, * bypass normal access control checks. This will fail under a security manager,