added comments

Change-Id: Idbb8379cb45a26dca3bffd00c18af2a52bf71be2
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-03-01 12:13:21 -05:00
parent 51432089c5
commit e1c6a50b8f

View File

@@ -7,12 +7,13 @@
package com.test; package com.test;
/** /**
* this is a simple test application that prints output in the terminal
* @author ricky barrette * @author ricky barrette
*/ */
public class Main { public class Main {
/** /**
* * its a contructor!
* @author ricky barrette * @author ricky barrette
*/ */
public Main() { public Main() {
@@ -20,6 +21,7 @@ public class Main {
} }
/** /**
* OMG a main method!
* @param args * @param args
* @author ricky barrette * @author ricky barrette
*/ */