diff --git a/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java b/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java index 365017d692..64aea54e09 100644 --- a/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java +++ b/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java @@ -3621,7 +3621,6 @@ protected static T callClosureForMapEntryAndCounter(Closure closure, Map. * * * @param self a Collection - * @param initialValue some initial value * @param closure a closure * @return the result of the last closure call or null if called on an empty Collection * @see #inject(Collection, Object, Closure)