You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2018/02/21 00:19:01 UTC

groovy git commit: improve class comment

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X 7e2d0322b -> d11d56425


improve class comment


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

Branch: refs/heads/GROOVY_2_5_X
Commit: d11d564254741544c46dd3a6c649e25ad8410516
Parents: 7e2d032
Author: paulk <pa...@asert.com.au>
Authored: Wed Feb 21 10:18:24 2018 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Wed Feb 21 10:18:24 2018 +1000

----------------------------------------------------------------------
 .../codehaus/groovy/transform/IndexedPropertyTransformTest.groovy  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/d11d5642/src/test/org/codehaus/groovy/transform/IndexedPropertyTransformTest.groovy
----------------------------------------------------------------------
diff --git a/src/test/org/codehaus/groovy/transform/IndexedPropertyTransformTest.groovy b/src/test/org/codehaus/groovy/transform/IndexedPropertyTransformTest.groovy
index 315b171..1d9650d 100644
--- a/src/test/org/codehaus/groovy/transform/IndexedPropertyTransformTest.groovy
+++ b/src/test/org/codehaus/groovy/transform/IndexedPropertyTransformTest.groovy
@@ -19,7 +19,7 @@
 package org.codehaus.groovy.transform
 
 /**
- * @author Paul King
+ * Tests for the {@code @IndexedProperty} AST transformation.
  */
 class IndexedPropertyTransformTest extends GroovyShellTestCase {