From c46e01243c28acdb88c2e53187f1db6128497fa3 Mon Sep 17 00:00:00 2001
From: runem <runem@DESKTOP-OVERHAUL>
Date: Fri, 10 Sep 2021 08:37:05 -0700
Subject: [PATCH] Cosmetic changes to test personal access token

---
 .../homework2/Reynolds/ReynoldsTcpExample3Client.java           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework2/Reynolds/ReynoldsTcpExample3Client.java b/assignments/src/MV3500Cohort2021JulySeptember/homework2/Reynolds/ReynoldsTcpExample3Client.java
index 349957b1fe..da59c2cf2a 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
-- 
GitLab