Author: simonetripodi
Date: Tue Aug 23 16:11:06 2011
New Revision: 1160769

URL: http://svn.apache.org/viewvc?rev=1160769&view=rev
Log:
fixed checkstyle violation: Expected @param tag for '<E>'.

Modified:
    
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/generator/util/EachElement.java

Modified: 
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/generator/util/EachElement.java
URL: 
http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/generator/util/EachElement.java?rev=1160769&r1=1160768&r2=1160769&view=diff
==============================================================================
--- 
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/generator/util/EachElement.java
 (original)
+++ 
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/generator/util/EachElement.java
 Tue Aug 23 16:11:06 2011
@@ -65,6 +65,7 @@ public final class EachElement {
 
     /**
      * Get a Generator for each element of an Object[].
+     * @param <E> the type of elements held in the input array.
      * @param array to iterate
      * @return Generator
      */
@@ -74,6 +75,7 @@ public final class EachElement {
 
     /**
      * Get a Generator for each element of an Iterator.
+     * @param <E> the type of elements held in the input iterator.
      * @param iter to iterate
      * @return Generator
      */


Reply via email to