From ab4ff92ce682bbc5d6f360b109d842d1e637aa10 Mon Sep 17 00:00:00 2001
From: User <User@Jacob-Leckie-Laptop.attlocal.net>
Date: Tue, 24 Aug 2021 09:24:58 -0700
Subject: [PATCH] pushTest2

---
 .../homework3/Leckie/PushTest.java                            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework3/Leckie/PushTest.java b/assignments/src/MV3500Cohort2021JulySeptember/homework3/Leckie/PushTest.java
index f833e7c85f..569b271a49 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.
     }
     
 }
-- 
GitLab