Author: simonetripodi
Date: Sun Aug 14 19:59:51 2011
New Revision: 1157623
URL: http://svn.apache.org/viewvc?rev=1157623&view=rev
Log:
fixed checkstyle violations: Expected @param tag for @param <L> and <R>
Modified:
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/LeftBoundPredicate.java
Modified:
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/LeftBoundPredicate.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/LeftBoundPredicate.java?rev=1157623&r1=1157622&r2=1157623&view=diff
==============================================================================
---
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/LeftBoundPredicate.java
(original)
+++
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/LeftBoundPredicate.java
Sun Aug 14 19:59:51 2011
@@ -115,6 +115,8 @@ public final class LeftBoundPredicate<A>
/**
* Adapt a BinaryPredicate to the UnaryPredicate interface.
+ * @param <L> the left argument type.
+ * @param <R> the right argument type.
* @param predicate to adapt
* @param arg Object argument to always send as the left operand to the
wrapped function
* @return LeftBoundPredicate