Author: simonetripodi
Date: Sun Aug 14 19:44:17 2011
New Revision: 1157610

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

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

Modified: 
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftFunction.java
URL: 
http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftFunction.java?rev=1157610&r1=1157609&r2=1157610&view=diff
==============================================================================
--- 
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftFunction.java
 (original)
+++ 
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftFunction.java
 Sun Aug 14 19:44:17 2011
@@ -35,6 +35,9 @@ import org.apache.commons.functor.UnaryF
  * an instance whose delegate is not
  * <code>Serializable</code> will result in an exception.
  *
+ * @param <L> the left argument type.
+ * @param <R> the right argument type.
+ * @param <T> the returned value type.
  * @version $Revision$ $Date$
  * @author Rodney Waldhoff
  */


Reply via email to