From 82d087e849a649558f32524856c1fcd0d368ff26 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Thu, 9 Sep 2021 08:09:19 -0700 Subject: [PATCH] whitespace in response string --- .../homework1/McNeelyTCPExample2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework1/McNeelyTCPExample2.java b/assignments/src/MV3500Cohort2021JulySeptember/homework1/McNeelyTCPExample2.java index 3ac41ef7ab..3f56434d00 100644 --- a/assignments/src/MV3500Cohort2021JulySeptember/homework1/McNeelyTCPExample2.java +++ b/assignments/src/MV3500Cohort2021JulySeptember/homework1/McNeelyTCPExample2.java @@ -61,7 +61,7 @@ public class McNeelyTCPExample2 ps.println("This client response was written by server " + McNeelyTCPExample2.class.getName()); // to remote client System.out.println("This server response was written by server " + McNeelyTCPExample2.class.getName()); // to server console - ps.println("You have attempted " + connectionCount + "times, you are now aplicant number " + totalEntrantCount + " to win. Keep trying!"); + ps.println("You have attempted " + connectionCount + " times, you are now aplicant number " + totalEntrantCount + " to win. Keep trying!"); totalEntrantCount = (totalEntrantCount + 24); // Print some information locally about the Socket connection. -- GitLab