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 2015/10/20 06:51:32 UTC

incubator-groovy git commit: Correct annotation referenced in SourceURI javadoc

Repository: incubator-groovy
Updated Branches:
  refs/heads/master b36605fa2 -> d6497413f


Correct annotation referenced in SourceURI javadoc


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

Branch: refs/heads/master
Commit: d6497413f6e94f9b66e0d2853ef1ac21d00c1f98
Parents: b36605f
Author: Shil Sinha <sh...@apache.org>
Authored: Tue Oct 20 00:48:35 2015 -0400
Committer: Shil Sinha <sh...@apache.org>
Committed: Tue Oct 20 00:48:35 2015 -0400

----------------------------------------------------------------------
 src/main/groovy/transform/SourceURI.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/d6497413/src/main/groovy/transform/SourceURI.java
----------------------------------------------------------------------
diff --git a/src/main/groovy/transform/SourceURI.java b/src/main/groovy/transform/SourceURI.java
index 010320c..a3600d2 100644
--- a/src/main/groovy/transform/SourceURI.java
+++ b/src/main/groovy/transform/SourceURI.java
@@ -28,7 +28,7 @@ import java.lang.annotation.Target;
 /**
  * Variable annotation used for getting the URI of the current script.
  * <p>
- * The type of the variable annotated with {@code @BaseScript} must be assignment compatible with {@link java.net.URI}.
+ * The type of the variable annotated with {@code @SourceURI} must be assignment compatible with {@link java.net.URI}.
  * It will be used to hold a URI object that references the source for the current script.
  * </p><p>By default the URI
  * will be made absolute (which is to say it will have an authority) in the case where a relative path was used