Author: simonetripodi
Date: Sun Aug 14 19:46:06 2011
New Revision: 1157612

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

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

Modified: 
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftProcedure.java
URL: 
http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftProcedure.java?rev=1157612&r1=1157611&r2=1157612&view=diff
==============================================================================
--- 
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftProcedure.java
 (original)
+++ 
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftProcedure.java
 Sun Aug 14 19:46:06 2011
@@ -35,6 +35,8 @@ import org.apache.commons.functor.UnaryP
  * 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.
  * @version $Revision$ $Date$
  * @author Rodney Waldhoff
  */


Reply via email to