Author: ggregory
Date: Thu Feb  3 21:29:35 2011
New Revision: 1066984

URL: http://svn.apache.org/viewvc?rev=1066984&view=rev
Log:
Add missing Javadoc @param.

Modified:
    
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/EqualsBuilderTest.java

Modified: 
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/EqualsBuilderTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/EqualsBuilderTest.java?rev=1066984&r1=1066983&r2=1066984&view=diff
==============================================================================
--- 
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/EqualsBuilderTest.java
 (original)
+++ 
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/EqualsBuilderTest.java
 Thu Feb  3 21:29:35 2011
@@ -238,6 +238,7 @@ public class EqualsBuilderTest extends T
      * @param toTer Left hand side, equal to to and toBis
      * @param to2 a different TestObject
      * @param oToChange a TestObject that will be changed
+     * @param testTransients whether to test transient instance variables 
      */
     public void testReflectionEqualsEquivalenceRelationship(
         TestObject to,


Reply via email to