Add missing Javadoc @param.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1066984 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2011-02-03 21:29:35 +00:00
parent e9f5fc1400
commit d51bc887a3
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ public void testReflectionHierarchyEquals(boolean testTransients) {
* @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,