This is an automated email from the ASF dual-hosted git repository.
emilles 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 666e73a3e6 fix typo
666e73a3e6 is described below
commit 666e73a3e65e9d907c89e19129c9db5e31d7e414
Author: Eric Milles <[email protected]>
AuthorDate: Sat Apr 6 12:16:12 2024 -0500
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 b17c1846c7..54e5d3ca46 100644
--- a/src/main/java/org/codehaus/groovy/control/CompilerConfiguration.java
+++ b/src/main/java/org/codehaus/groovy/control/CompilerConfiguration.java
@@ -103,7 +103,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";
/**