This is an automated email from the ASF dual-hosted git repository.

emilles pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_4_0_X by this push:
     new 0709296474 fix typo
0709296474 is described below

commit 0709296474059e7774555fab6d04dad50e0a0c9e
Author: Eric Milles <[email protected]>
AuthorDate: Sat Feb 8 12:16:10 2025 -0600

    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 5d918b1439..b976996335 100644
--- a/src/main/java/org/codehaus/groovy/control/CompilerConfiguration.java
+++ b/src/main/java/org/codehaus/groovy/control/CompilerConfiguration.java
@@ -104,7 +104,7 @@ public class CompilerConfiguration {
     public static final String JDK21 = "21";
     /** This (<code>"22"</code>) is the value for targetBytecode to compile 
for a JDK 22. */
     public static final String JDK22 = "22";
-    /** This (<code>"22"</code>) is the value for targetBytecode to compile 
for a JDK 23. */
+    /** This (<code>"23"</code>) is the value for targetBytecode to compile 
for a JDK 23. */
     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";

Reply via email to