From f6285c3f8ebfe38b8c2b3fb9aa328860f1e63b1a Mon Sep 17 00:00:00 2001 From: adfis <adfis@DESKTOP-1KB21H8> Date: Thu, 5 Aug 2021 09:33:50 -0700 Subject: [PATCH] Fisher Homework 2 - Draft --- .../homework2/Fisher/FisherClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework2/Fisher/FisherClient.java b/assignments/src/MV3500Cohort2021JulySeptember/homework2/Fisher/FisherClient.java index 90ba8ba7cc..c3d46c8d3c 100644 --- a/assignments/src/MV3500Cohort2021JulySeptember/homework2/Fisher/FisherClient.java +++ b/assignments/src/MV3500Cohort2021JulySeptember/homework2/Fisher/FisherClient.java @@ -66,7 +66,7 @@ public class FisherClient { System.out.println("=================================================="); System.out.println("The message the server sent was: '" + serverMessage + "'"); - System.out.println("FisherClient responds with: A towel"); + System.out.println("FisherClient responds with: To get to the other side"); // socket gets closed, either automatically/silently by this code (or possibly by the server) } // end while(true) -- GitLab