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.
1 parent 30462e8 commit 4c77356Copy full SHA for 4c77356
1 file changed
__tests__/maven-helloworld/src/main/java/de/muenchen/helloworld/HelloWorld.java
@@ -4,19 +4,20 @@
4
* Sample application to execute tests for actions.
5
*/
6
public final class HelloWorld {
7
- /**
8
- * prevent instantiation.
9
- */
10
- private HelloWorld() {
11
- // Prevent instantiation
12
- }
13
14
15
- * Main method to execute.
16
- *
17
- * @param args any string argument. Will be ignored
18
19
- public static void main(final String[] args) {
20
- System.out.println("Hello, World!");
21
+ /**
+ * prevent instantiation.
+ */
+ private HelloWorld() {
+ // Prevent instantiation
+ }
+
+ * Main method to execute.
+ *
+ * @param args any string argument. Will be ignored
+ public static void main(final String[] args) {
+ System.out.println("Hello, World!");
22
23
}
0 commit comments