diff --git a/assignments/src/MV3500Cohort2024JulySeptember/homework2/Lennon/LennonHW2Client.java b/assignments/src/MV3500Cohort2024JulySeptember/homework2/Lennon/LennonHW2Client.java index de4a93dd0031c5d13d69d1688986e7e42b5bb929..b86a6573b8da36872b620445d6e3cdf6d1217f3b 100644 --- a/assignments/src/MV3500Cohort2024JulySeptember/homework2/Lennon/LennonHW2Client.java +++ b/assignments/src/MV3500Cohort2024JulySeptember/homework2/Lennon/LennonHW2Client.java @@ -100,8 +100,7 @@ public class LennonHW2Client long timeLength = endTime - startTime; System.out.println(": message received from server:" + serverMessage); - System.out.println(": time to play=" + timeLength); - System.out.println("======================================================="); + System.out.println(": time to play=" + timeLength); System.out.println("Want to go again? Y/N"); @@ -111,6 +110,7 @@ public class LennonHW2Client System.out.println(response.toUpperCase()); //for debug only. delete later }while(play); System.out.println("GOODBYE"); + System.out.println("======================================================="); System.out.println(LennonHW2Client.class.getName() + " complete"); // main method now exits } catch (IOException e) {