Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X 9e9b5b650 -> 71b6107bb


fix javadoc


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/71b6107b
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/71b6107b
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/71b6107b

Branch: refs/heads/GROOVY_2_4_X
Commit: 71b6107bb561ed89ede682aaf982310b00daba71
Parents: 9e9b5b6
Author: paulk <pa...@asert.com.au>
Authored: Wed Aug 3 20:48:26 2016 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Wed Aug 3 20:49:00 2016 +1000

----------------------------------------------------------------------
 src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/71b6107b/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java 
b/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java
index 6c33936..ba5499f 100644
--- a/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java
+++ b/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java
@@ -1932,9 +1932,9 @@ public class DefaultGroovyMethods extends 
DefaultGroovyMethodsSupport {
      * passing each item and the item's index (a counter starting at
      * zero) to the given closure.
      *
-     * @param self    an Iterable
+     * @param self    an Iterator
      * @param closure a Closure to operate on each item
-     * @return the self Iterable
+     * @return the self Iterator (now exhausted)
      * @since 2.3.0
      */
     public static <T> Iterator<T> eachWithIndex(Iterator<T> self, 
@ClosureParams(value=FromString.class, options="T,Integer") Closure closure) {

Reply via email to