Skip to content

Commit 6c5b3f2

Browse files
committed
Improve coverage to max
1 parent 9b97597 commit 6c5b3f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/il/org/osm/israelhiking/MainClass.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
* The main entry point
1010
*/
1111
public class MainClass {
12+
13+
/** Static utility class should not be instantiated. */
14+
private MainClass() {}
15+
1216
/**
1317
* Main entry point for the application.
1418
* @throws Exception

0 commit comments

Comments
 (0)