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 31ec150 commit 30462e8Copy full SHA for 30462e8
1 file changed
__tests__/maven-helloworld/src/main/java/de/muenchen/helloworld/HelloWorld.java
@@ -1,18 +1,18 @@
1
package de.muenchen.helloworld;
2
3
/**
4
- * Sample application to execute tests for actions
+ * Sample application to execute tests for actions.
5
*/
6
public final class HelloWorld {
7
8
- * prevent instantiation
+ * prevent instantiation.
9
10
private HelloWorld() {
11
// Prevent instantiation
12
}
13
14
15
- * Main method to execute
+ * Main method to execute.
16
*
17
* @param args any string argument. Will be ignored
18
0 commit comments