Repository: incubator-groovy Updated Branches: refs/heads/master d0703bcd9 -> 3522c148b
cleanup (removed mostly inaccurate @author tags from cut-n-paste - checked all authors in pom as contributors) Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/3522c148 Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/3522c148 Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/3522c148 Branch: refs/heads/master Commit: 3522c148bb9457366132cfd24d1ef56cce4b4e27 Parents: d0703bc Author: Paul King <pa...@asert.com.au> Authored: Sat May 30 09:53:45 2015 +1000 Committer: Paul King <pa...@asert.com.au> Committed: Sat May 30 09:53:45 2015 +1000 ---------------------------------------------------------------------- .../groovy/runtime/IOGroovyMethods.java | 27 -------------------- 1 file changed, 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/3522c148/src/main/org/codehaus/groovy/runtime/IOGroovyMethods.java ---------------------------------------------------------------------- diff --git a/src/main/org/codehaus/groovy/runtime/IOGroovyMethods.java b/src/main/org/codehaus/groovy/runtime/IOGroovyMethods.java index 230a3fa..d57b76a 100644 --- a/src/main/org/codehaus/groovy/runtime/IOGroovyMethods.java +++ b/src/main/org/codehaus/groovy/runtime/IOGroovyMethods.java @@ -71,33 +71,6 @@ import static org.codehaus.groovy.runtime.DefaultGroovyMethods.callClosureForLin * at the Java method call level. I.e. future versions of Groovy may * remove or move a method call in this file but would normally * aim to keep the method available from within Groovy. - * - * @author <a href="mailto:ja...@coredevelopers.net">James Strachan</a> - * @author Jeremy Rayner - * @author Sam Pullara - * @author Rod Cope - * @author Guillaume Laforge - * @author John Wilson - * @author Hein Meling - * @author Dierk Koenig - * @author Pilho Kim - * @author Marc Guillemot - * @author Russel Winder - * @author bing ran - * @author Jochen Theodorou - * @author Paul King - * @author Michael Baehr - * @author Joachim Baumann - * @author Alex Tkachman - * @author Ted Naleid - * @author Brad Long - * @author Jim Jagielski - * @author Rodolfo Velasco - * @author jeremi Joslin - * @author Hamlet D'Arcy - * @author Cedric Champeau - * @author Tim Yates - * @author Dinko Srkoc */ public class IOGroovyMethods extends DefaultGroovyMethodsSupport {