diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework2/Reynolds/ReynoldsTcpExample3Client.java b/assignments/src/MV3500Cohort2021JulySeptember/homework2/Reynolds/ReynoldsTcpExample3Client.java index 349957b1fef492d78f8203c28e9623826797bd02..da59c2cf2aeb869f4f53bd94599fb3909e51ae74 100644 --- a/assignments/src/MV3500Cohort2021JulySeptember/homework2/Reynolds/ReynoldsTcpExample3Client.java +++ b/assignments/src/MV3500Cohort2021JulySeptember/homework2/Reynolds/ReynoldsTcpExample3Client.java @@ -64,7 +64,7 @@ public class ReynoldsTcpExample3Client { System.out.print ("Client # " + clientLoopCount + ": "); System.out.println("I've sided with the empire!"); - System.out.println("The the serverlord has spoken... it said: '" + serverMessage + "' \n" ); + System.out.println("The the serverlord has spoken... it said: '" + serverMessage + "'\n" ); // socket gets closed, either automatically/silently by this code (or possibly by the server) Thread.sleep(500l); // slow things down, for example 500l (long) = 500 msec