Author: oheger
Date: Sat Mar 19 16:45:59 2011
New Revision: 1083222

URL: http://svn.apache.org/viewvc?rev=1083222&view=rev
Log:
Checkstyle

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=1083222&r1=1083221&r2=1083222&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
 Sat Mar 19 16:45:59 2011
@@ -732,6 +732,7 @@ public class TypeUtils {
     /**
      * <p>Performs a mapping of type variables.</p>
      *
+     * @param <T> the generic type of the class in question
      * @param cls the class in question
      * @param parameterizedType the parameterized type
      * @param typeVarAssigns the map to be filled


Reply via email to