git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137862 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2004-07-01 17:52:07 +00:00
parent 03d0a45c02
commit 6c34babbe5
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
* }
* </pre>
*
* <p>Alternatively, there is a method {@link #reflectionCompare reflectionCompare} that uses
* <p>Alternatively, there is are {@link #reflectionCompare reflectionCompare} method that uses
* reflection to determine the fields to append. Because fields can be private,
* <code>reflectionCompare</code> uses {@link java.lang.reflect.AccessibleObject#setAccessible(boolean)} to
* bypass normal access control checks. This will fail under a security manager,
@ -85,7 +85,7 @@
* @author Gary Gregory
* @author Pete Gieser
* @since 1.0
* @version $Id: CompareToBuilder.java,v 1.25 2004/02/18 22:53:24 ggregory Exp $
* @version $Id: CompareToBuilder.java,v 1.26 2004/07/01 17:52:07 ggregory Exp $
*/
public class CompareToBuilder {