Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellansun committed Oct 20, 2024
1 parent 3e3475d commit a830524
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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";

/**
Expand Down

0 comments on commit a830524

Please sign in to comment.