Author: simonetripodi
Date: Sun Aug 14 19:31:07 2011
New Revision: 1157606

URL: http://svn.apache.org/viewvc?rev=1157606&view=rev
Log:
fixed checkstyle violations: Type Javadoc comment is missing an @param <T> tag

Modified:
    
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/FullyBoundFunction.java

Modified: 
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/FullyBoundFunction.java
URL: 
http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/FullyBoundFunction.java?rev=1157606&r1=1157605&r2=1157606&view=diff
==============================================================================
--- 
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/FullyBoundFunction.java
 (original)
+++ 
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/FullyBoundFunction.java
 Sun Aug 14 19:31:07 2011
@@ -35,6 +35,7 @@ import org.apache.commons.functor.Functi
  * an instance whose delegates are not
  * <code>Serializable</code> will result in an exception.
  *
+ * @param <T> the returned value type.
  * @version $Revision$ $Date$
  * @author Matt Benson
  */


Reply via email to