This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
new fab6552 fix groovydoc typo - thanks to @chagmed (Dan DeRobertis) on
twitter
fab6552 is described below
commit fab6552788664f7e2226ceb4707f0d3fd5d58c51
Author: Paul King <[email protected]>
AuthorDate: Tue Mar 8 12:53:08 2022 +1000
fix groovydoc typo - thanks to @chagmed (Dan DeRobertis) on twitter
---
src/main/java/groovy/transform/NamedVariant.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/groovy/transform/NamedVariant.java
b/src/main/java/groovy/transform/NamedVariant.java
index f7a8718..ae18f76 100644
--- a/src/main/java/groovy/transform/NamedVariant.java
+++ b/src/main/java/groovy/transform/NamedVariant.java
@@ -119,7 +119,7 @@ public @interface NamedVariant {
String visibilityId() default Undefined.STRING;
/**
- * If true, add an implicit @NamedDelegate to the first parameter if no
@NamedDelegate or @NamedParam annotations are found on any parameter.
+ * If true, add an implicit {@code @NamedDelegate} to the first parameter
if no {@code @NamedDelegate} or {@code @NamedParam} annotations are found on
any parameter.
*
* @since 2.5.3
*/