This is an automated email from the ASF dual-hosted git repository.
sunlan 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 a830524f20 Fix typo
a830524f20 is described below
commit a830524f2065f02f3bb5a5678806ea4e80027f8f
Author: Daniel Sun <[email protected]>
AuthorDate: Sun Oct 20 13:59:47 2024 +0800
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 688157aa8e..f2036dca89 100644
--- a/src/main/java/org/codehaus/groovy/control/CompilerConfiguration.java
+++ b/src/main/java/org/codehaus/groovy/control/CompilerConfiguration.java
@@ -105,7 +105,7 @@ public class CompilerConfiguration {
public static final String JDK22 = "22";
/** This (<code>"23"</code>) is the value for targetBytecode to compile
for a JDK 23. */
public static final String JDK23 = "23";
- /** This (<code>"23"</code>) is the value for targetBytecode to compile
for a JDK 23. */
+ /** This (<code>"24"</code>) is the value for targetBytecode to compile
for a JDK 24. */
public static final String JDK24 = "24";
/**