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