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 c149663055 GROOVY-11592: Bump asm to 9.8 (fix typo)
c149663055 is described below
commit c14966305580b3f3595e0439be96dfa1f75be6c4
Author: Paul King <[email protected]>
AuthorDate: Sun Mar 30 12:17:13 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 4d086b7523..a725856745 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 24. */
+ /** This (<code>"24"</code>) is the value for targetBytecode to compile
for a JDK 25. */
public static final String JDK25 = "25";
/**