Skip to content

Commit

Permalink
Update JDK 22 examples docs
Browse files Browse the repository at this point in the history
Signed-off-by: Manoel Campos <[email protected]>
  • Loading branch information
manoelcampos committed Apr 26, 2024
1 parent 946f670 commit 8708c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/samples/jdk22/Jdk22.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class Jdk22 extends SampleClass {
* Instance main method. A simplified version of the main method that can be used in a class,
* which doesn't require to be static and don't need a String array if you aren't going
* to take command line parameters.
* Started as preview in JDK 11. Second preview in JDK 22.
* Started as preview in JDK 21. Second preview in JDK 22.
* @see <a href="https://openjdk.org/jeps/445"></a>
* @see <a href="https://openjdk.org/jeps/463"></a>
*/
Expand Down

0 comments on commit 8708c3b

Please sign in to comment.