Author: simonetripodi Date: Sun Aug 14 19:46:59 2011 New Revision: 1157614 URL: http://svn.apache.org/viewvc?rev=1157614&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/IgnoreRightFunction.java Modified: commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/IgnoreRightFunction.java URL: http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/IgnoreRightFunction.java?rev=1157614&r1=1157613&r2=1157614&view=diff ============================================================================== --- commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/IgnoreRightFunction.java (original) +++ commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/IgnoreRightFunction.java Sun Aug 14 19:46:59 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 */