Skip to content

Commit 4c77356

Browse files
committed
Spaces
1 parent 30462e8 commit 4c77356

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

  • __tests__/maven-helloworld/src/main/java/de/muenchen/helloworld

__tests__/maven-helloworld/src/main/java/de/muenchen/helloworld/HelloWorld.java

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@
44
* Sample application to execute tests for actions.
55
*/
66
public final class HelloWorld {
7-
/**
8-
* prevent instantiation.
9-
*/
10-
private HelloWorld() {
11-
// Prevent instantiation
12-
}
137

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-
}
8+
/**
9+
* prevent instantiation.
10+
*/
11+
private HelloWorld() {
12+
// Prevent instantiation
13+
}
14+
15+
/**
16+
* Main method to execute.
17+
*
18+
* @param args any string argument. Will be ignored
19+
*/
20+
public static void main(final String[] args) {
21+
System.out.println("Hello, World!");
22+
}
2223
}

0 commit comments

Comments
 (0)