diff --git a/src/main/java/edu/gatech/oad/antlab/pkg1/AntLabMain.java b/src/main/java/edu/gatech/oad/antlab/pkg1/AntLabMain.java index 8f5ce4b..d482cd9 100755 --- a/src/main/java/edu/gatech/oad/antlab/pkg1/AntLabMain.java +++ b/src/main/java/edu/gatech/oad/antlab/pkg1/AntLabMain.java @@ -67,14 +67,14 @@ public void printOutMessage() { //and gburdell3 with your gt id Person3 p3 = new Person3("Eva"); toPrint += p3.toString("ychen840"); - //Person4 replace P4 with your name - //and gburdell4 with your gt id - Person4 p4 = new Person4("Sung Kang"); - toPrint += p4.toString("skang345"); - //Person5 replace P4 with your name - //and gburdell5 with your gt id - Person5 p5 = new Person5("Sam Thomas"); - toPrint += p5.toString("sthomas313"); + //Person4 replace P4 with your name + //and gburdell4 with your gt id + Person4 p4 = new Person4("Sung Kang"); + toPrint += p4.toString("skang345"); + //Person5 replace P4 with your name + //and gburdell5 with your gt id + Person5 p5 = new Person5("Sam Thomas"); + toPrint += p5.toString("sthomas313"); System.out.println(toPrint);