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/23 10:15:39 UTC

[2/2] groovy git commit: typo in groovydoc

typo in groovydoc


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

Branch: refs/heads/master
Commit: 4019ee00e92d381e48b12b2b291c9da1044d3811
Parents: 3216915
Author: paulk <pa...@asert.com.au>
Authored: Fri Feb 23 20:15:10 2018 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Fri Feb 23 20:15:10 2018 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/4019ee00/src/main/groovy/groovy/transform/NamedVariant.java
----------------------------------------------------------------------
diff --git a/src/main/groovy/groovy/transform/NamedVariant.java b/src/main/groovy/groovy/transform/NamedVariant.java
index e3823cf..e36c64a 100644
--- a/src/main/groovy/groovy/transform/NamedVariant.java
+++ b/src/main/groovy/groovy/transform/NamedVariant.java
@@ -86,7 +86,7 @@ import java.lang.annotation.Target;
  * }
  * </pre>
  * The generated method/constructor retains the visibility and return type of the original method/constructor
- * but the {@link @VisibilityOptions} annotation can be added to customize the visibility. You could have the
+ * but the {@link VisibilityOptions} annotation can be added to customize the visibility. You could have the
  * annotated method/constructor private for instance but have the generated one be public.
  *
  * @see VisibilityOptions