Author: simonetripodi
Date: Sun Aug 14 20:09:41 2011
New Revision: 1157635

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

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

Modified: 
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/RightBoundFunction.java
URL: 
http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/RightBoundFunction.java?rev=1157635&r1=1157634&r2=1157635&view=diff
==============================================================================
--- 
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/RightBoundFunction.java
 (original)
+++ 
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/RightBoundFunction.java
 Sun Aug 14 20:09:41 2011
@@ -35,6 +35,8 @@ import org.apache.commons.functor.UnaryF
  * an instance whose delegates are not
  * <code>Serializable</code> will result in an exception.
  *
+ * @param <A> the argument type.
+ * @param <T> the returned value type.
  * @version $Revision$ $Date$
  * @author Rodney Waldhoff
  */


Reply via email to