This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_4_0_X by this push:
new 63f2c07 fix groovydoc typo - thanks to @chagmed (Dan DeRobertis) on
twitter
63f2c07 is described below
commit 63f2c077880db0f93566b6710f1a29ba8c509e0b
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 a1ca846..658dda7 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
*/