We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9f5334 + 1cda3cf commit 956668bCopy full SHA for 956668b
JavaReleases/src/main/java/pl/mperor/lab/java/Main.java
@@ -5,7 +5,7 @@
5
public class Main {
6
7
public static void main(String[] args) {
8
- System.out.println("Hello Java key features module!");
+ System.out.println("Hello Java Releases module!");
9
SwingUtilities.invokeLater(SwingForm::new);
10
}
11
0 commit comments