Author: simonetripodi
Date: Tue Aug 23 16:40:12 2011
New Revision: 1160786
URL: http://svn.apache.org/viewvc?rev=1160786&view=rev
Log:
fixed checkstyle violation: Expected @param tag for '<Z>'.
Modified:
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/generator/Generator.java
Modified:
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/generator/Generator.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/generator/Generator.java?rev=1160786&r1=1160785&r2=1160786&view=diff
==============================================================================
---
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/generator/Generator.java
(original)
+++
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/generator/Generator.java
Tue Aug 23 16:40:12 2011
@@ -49,6 +49,7 @@ public interface Generator<E> {
* Transforms this generator using the passed in
* transformer. An example transformer might turn the contents of the
* generator into a {@link Collection} of elements.
+ * @param <Z> the returned value type of the input {@link UnaryFunction}.
* @param transformer UnaryFunction to apply to this
* @return transformation result
*/