From 69bed2bf5fbcbc1f309d14560ac4de414e7fc007 Mon Sep 17 00:00:00 2001 From: "william.oblak" <william.oblak@nps.edu> Date: Wed, 19 Apr 2023 11:40:26 -0700 Subject: [PATCH] Changed the Client message --- .../homework1/Oblak/Assignment1Client.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assignments/src/MV3500Cohort2023MarchJune/homework1/Oblak/Assignment1Client.java b/assignments/src/MV3500Cohort2023MarchJune/homework1/Oblak/Assignment1Client.java index d45e65a91d..b8954324d1 100644 --- a/assignments/src/MV3500Cohort2023MarchJune/homework1/Oblak/Assignment1Client.java +++ b/assignments/src/MV3500Cohort2023MarchJune/homework1/Oblak/Assignment1Client.java @@ -68,10 +68,10 @@ public class Assignment1Client // do things a bit differently if there were many lines to be read // from the server instead of one only. serverMessage = br.readLine(); - System.out.println("======================Assignment1==========================="); + System.out.println("===================Oblak's Assignment1========================"); - System.out.print ("Client loop " + clientLoopCount + ": "); - System.out.println("now we're talking!"); + System.out.print ("Oblaks Client loop " + clientLoopCount + ": "); + System.out.println("we are finally rolling."); System.out.println("The message the server sent was: '" + serverMessage + "'"); // socket gets closed, either automatically/silently by this code (or possibly by the server) -- GitLab