Skip to content

Commit e6bb415

Browse files
committed
Modified sample java source code comments to add version and author tags.
Hid the constructor to indicate Main is a utility class.
1 parent 84fbd5f commit e6bb415

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Main.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
/**
44
* Main class with main method invoked on app start.
5+
* @version 1.0.1
6+
* @author Dr. Jody Paul
57
*/
68
public class Main {
9+
/** Hidden constructor for utility class. */
10+
private Main() { }
11+
712
/**
813
* Invoked on start.
914
* @param args ignored

0 commit comments

Comments
 (0)