added comments
Change-Id: Idbb8379cb45a26dca3bffd00c18af2a52bf71be2 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -7,12 +7,13 @@
|
||||
package com.test;
|
||||
|
||||
/**
|
||||
* this is a simple test application that prints output in the terminal
|
||||
* @author ricky barrette
|
||||
*/
|
||||
public class Main {
|
||||
|
||||
/**
|
||||
*
|
||||
* its a contructor!
|
||||
* @author ricky barrette
|
||||
*/
|
||||
public Main() {
|
||||
@@ -20,6 +21,7 @@ public class Main {
|
||||
}
|
||||
|
||||
/**
|
||||
* OMG a main method!
|
||||
* @param args
|
||||
* @author ricky barrette
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user