You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by sh...@apache.org on 2016/06/21 13:17:56 UTC

groovy git commit: correct annotation name in SourceURIASTTransformation javadoc

Repository: groovy
Updated Branches:
  refs/heads/master ffa963cd4 -> 8bcca9ef2


correct annotation name in SourceURIASTTransformation javadoc


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

Branch: refs/heads/master
Commit: 8bcca9ef2e2b35b25c396e66dfefe9255911a4c5
Parents: ffa963c
Author: Shil Sinha <sh...@apache.org>
Authored: Tue Jun 21 09:16:58 2016 -0400
Committer: Shil Sinha <sh...@apache.org>
Committed: Tue Jun 21 09:16:58 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/8bcca9ef/src/main/org/codehaus/groovy/transform/SourceURIASTTransformation.java
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/transform/SourceURIASTTransformation.java b/src/main/org/codehaus/groovy/transform/SourceURIASTTransformation.java
index f3d3f70..c26cb31 100644
--- a/src/main/org/codehaus/groovy/transform/SourceURIASTTransformation.java
+++ b/src/main/org/codehaus/groovy/transform/SourceURIASTTransformation.java
@@ -39,7 +39,7 @@ import static org.codehaus.groovy.ast.tools.GeneralUtils.callX;
 import static org.codehaus.groovy.ast.tools.GeneralUtils.constX;
 
 /**
- * Handles transformation for the @ScriptURI annotation.
+ * Handles transformation for the @SourceURI annotation.
  *
  * @author Paul King
  * @author Cedric Champeau