You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2017/02/08 04:12:27 UTC

[03/11] groovy git commit: trivial refactor

trivial refactor


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

Branch: refs/heads/parrot
Commit: 70330d576320e2343f86f032139bc0fa1aad89bc
Parents: 6ba1cdc
Author: paulk <pa...@asert.com.au>
Authored: Tue Jan 31 00:03:32 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Tue Jan 31 00:03:32 2017 +1000

----------------------------------------------------------------------
 src/test/gls/annotations/AnnotationTest.groovy | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/70330d57/src/test/gls/annotations/AnnotationTest.groovy
----------------------------------------------------------------------
diff --git a/src/test/gls/annotations/AnnotationTest.groovy b/src/test/gls/annotations/AnnotationTest.groovy
index 7c80faf..a63e0bd 100644
--- a/src/test/gls/annotations/AnnotationTest.groovy
+++ b/src/test/gls/annotations/AnnotationTest.groovy
@@ -22,10 +22,6 @@ import gls.CompilableTestSupport
 
 /**
  * Tests various properties of annotation definitions.
- *
- * @author Jochen Theodorou
- * @author Guillaume Laforge
- * @author Paul King
  */
 class AnnotationTest extends CompilableTestSupport {