Author: britter
Date: Wed Oct 23 19:04:29 2013
New Revision: 1535123

URL: http://svn.apache.org/r1535123
Log:
Add missing param tags

Modified:
    
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java

Modified: 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java?rev=1535123&r1=1535122&r2=1535123&view=diff
==============================================================================
--- 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java
 (original)
+++ 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java
 Wed Oct 23 19:04:29 2013
@@ -404,8 +404,8 @@ public class TypeUtils {
     /**
      * Look up {@code var} in {@code typeVarAssigns} <em>transitively</em>,
      * i.e. keep looking until the value found is <em>not</em> a type variable.
-     * @param var
-     * @param typeVarAssigns
+     * @param var the type variable to look up
+     * @param typeVarAssigns the map used for the look up
      * @since 3.2
      */
     private static Type unrollVariableAssignments(TypeVariable<?> var, final 
Map<TypeVariable<?>, Type> typeVarAssigns) {


Reply via email to