Skip to content

Commit

Permalink
Revised AntLabMain
Browse files Browse the repository at this point in the history
  • Loading branch information
Naimkabir14 committed Sep 6, 2018
1 parent 12cc3b4 commit ccac4b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/edu/gatech/oad/antlab/pkg1/AntLabMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ public void printOutMessage() {
toPrint += p1.toString("gburdell1");
//Person2 replace P2 with your name
//and gburdell with your gt id
Person2 p2 = new Person2("P2");
toPrint += p2.toString("gburdell2");
Person2 p2 = new Person2("Naim Kabir");
toPrint += p2.toString("akabir6");
//Person3 replace P3 with your name
//and gburdell3 with your gt id
Person3 p3 = new Person3("P3");
toPrint += p3.toString("gburdell3");
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("P4");
Expand Down

0 comments on commit ccac4b4

Please sign in to comment.