diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework3/Leckie/PushTest.java b/assignments/src/MV3500Cohort2021JulySeptember/homework3/Leckie/PushTest.java index f833e7c85fb8ff37c28b3fa1b00ca6c13c2fa39e..569b271a49198f5175d723a0592c7dbe15570f34 100644 --- a/assignments/src/MV3500Cohort2021JulySeptember/homework3/Leckie/PushTest.java +++ b/assignments/src/MV3500Cohort2021JulySeptember/homework3/Leckie/PushTest.java @@ -3,7 +3,7 @@ package MV3500Cohort2021JulySeptember.homework3.Leckie; /** * - * @author User + * @author Jacob Leckie */ @@ -13,7 +13,7 @@ public class PushTest { * @param args the command line arguments */ public static void main(String[] args) { - // TODO code application logic here + // This code does nothing it is test of can I push code. } }