diff --git a/src/main/java/samples/jdk22/Jdk22.java b/src/main/java/samples/jdk22/Jdk22.java index c52f705..38da343 100644 --- a/src/main/java/samples/jdk22/Jdk22.java +++ b/src/main/java/samples/jdk22/Jdk22.java @@ -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 * @see */