Skip to content

Commit 30462e8

Browse files
committed
Linting
1 parent 31ec150 commit 30462e8

1 file changed

Lines changed: 3 additions & 3 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
package de.muenchen.helloworld;
22

33
/**
4-
* Sample application to execute tests for actions
4+
* Sample application to execute tests for actions.
55
*/
66
public final class HelloWorld {
77
/**
8-
* prevent instantiation
8+
* prevent instantiation.
99
*/
1010
private HelloWorld() {
1111
// Prevent instantiation
1212
}
1313

1414
/**
15-
* Main method to execute
15+
* Main method to execute.
1616
*
1717
* @param args any string argument. Will be ignored
1818
*/

0 commit comments

Comments
 (0)