This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a commit to branch GROOVY-9381_3
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY-9381_3 by this push:
new 14ae7e79d6 Fix javadoc warning for `AsyncTransformHelper`
14ae7e79d6 is described below
commit 14ae7e79d6815ec019eeefb147c36e02038d2f77
Author: Daniel Sun <[email protected]>
AuthorDate: Sun Mar 29 11:29:42 2026 +0900
Fix javadoc warning for `AsyncTransformHelper`
---
src/main/java/org/codehaus/groovy/transform/AsyncTransformHelper.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/codehaus/groovy/transform/AsyncTransformHelper.java
b/src/main/java/org/codehaus/groovy/transform/AsyncTransformHelper.java
index 2b93619f5d..2ed8f97613 100644
--- a/src/main/java/org/codehaus/groovy/transform/AsyncTransformHelper.java
+++ b/src/main/java/org/codehaus/groovy/transform/AsyncTransformHelper.java
@@ -129,7 +129,7 @@ public final class AsyncTransformHelper {
/**
* Returns {@code true} if the given method name is the {@code await}
* keyword — used by the {@code @Async} annotation's
- * {@link AsyncASTTransformation.AwaitCallTransformer AwaitCallTransformer}
+ * {@code AsyncASTTransformation.AwaitCallTransformer}
* to identify {@code await(expr)} method calls that need rewriting.
*
* @param name the method name to check