Author: simonetripodi
Date: Sun Aug 14 20:15:12 2011
New Revision: 1157639
URL: http://svn.apache.org/viewvc?rev=1157639&view=rev
Log:
fixed checkstyle violations: Expected @param tag for @param <R>
Modified:
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/RightBoundPredicate.java
Modified:
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/RightBoundPredicate.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/RightBoundPredicate.java?rev=1157639&r1=1157638&r2=1157639&view=diff
==============================================================================
---
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/RightBoundPredicate.java
(original)
+++
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/adapter/RightBoundPredicate.java
Sun Aug 14 20:15:12 2011
@@ -51,6 +51,7 @@ public final class RightBoundPredicate<A
/**
* Create a new RightBoundPredicate.
+ * @param <R> bound arg type
* @param predicate the predicate to adapt
* @param arg the constant argument to use
*/