Author: simonetripodi
Date: Sun Aug 14 20:12:46 2011
New Revision: 1157637
URL: http://svn.apache.org/viewvc?rev=1157637&view=rev
Log:
fixed checkstyle violations: Expected @param tag for @param <L>, <R> and <T>
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=1157637&r1=1157636&r2=1157637&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:12:46 2011
@@ -114,6 +114,9 @@ public final class RightBoundFunction<A,
/**
* Adapt a BinaryFunction to the UnaryFunction interface.
+ * @param <L> the left argument type.
+ * @param <R> the right argument type.
+ * @param <T> the returned value type.
* @param function BinaryFunction to adapt
* @param arg Object that will always be used for the right side of the
BinaryFunction delegate.
* @return RightBoundFunction