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 e31d666463 GROOVY-11592: Bump asm to 9.8 (fix typo)
e31d666463 is described below
commit e31d666463aabd455047c74d19092bc36cc9ec4e
Author: Paul King <[email protected]>
AuthorDate: Sun Mar 30 12:17:55 2025 +1000
GROOVY-11592: Bump asm to 9.8 (fix typo)
---
src/main/java/org/codehaus/groovy/control/CompilerConfiguration.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/codehaus/groovy/control/CompilerConfiguration.java
b/src/main/java/org/codehaus/groovy/control/CompilerConfiguration.java
index a725856745..385e5867a0 100644
--- a/src/main/java/org/codehaus/groovy/control/CompilerConfiguration.java
+++ b/src/main/java/org/codehaus/groovy/control/CompilerConfiguration.java
@@ -107,7 +107,7 @@ public class CompilerConfiguration {
public static final String JDK23 = "23";
/** This (<code>"24"</code>) is the value for targetBytecode to compile
for a JDK 24. */
public static final String JDK24 = "24";
- /** This (<code>"24"</code>) is the value for targetBytecode to compile
for a JDK 25. */
+ /** This (<code>"25"</code>) is the value for targetBytecode to compile
for a JDK 25. */
public static final String JDK25 = "25";
/**