We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84fbd5f commit e6bb415Copy full SHA for e6bb415
1 file changed
src/Main.java
@@ -2,8 +2,13 @@
2
3
/**
4
* Main class with main method invoked on app start.
5
+ * @version 1.0.1
6
+ * @author Dr. Jody Paul
7
*/
8
public class Main {
9
+ /** Hidden constructor for utility class. */
10
+ private Main() { }
11
+
12
13
* Invoked on start.
14
* @param args ignored
0 commit comments