From 27cbe77a9ea573213083d6070ac71eec60a5eab3 Mon Sep 17 00:00:00 2001
From: adfis <adfis@DESKTOP-1KB21H8>
Date: Thu, 29 Jul 2021 09:13:20 -0700
Subject: [PATCH] Fisher Homework 1 - Success

---
 .../homework1/FisherTCPExample1Telnet.java                      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework1/FisherTCPExample1Telnet.java b/assignments/src/MV3500Cohort2021JulySeptember/homework1/FisherTCPExample1Telnet.java
index 452eb148cd..d925c7fdc0 100644
--- a/assignments/src/MV3500Cohort2021JulySeptember/homework1/FisherTCPExample1Telnet.java
+++ b/assignments/src/MV3500Cohort2021JulySeptember/homework1/FisherTCPExample1Telnet.java
@@ -50,7 +50,7 @@ public class FisherTCPExample1Telnet {
         }
         catch(IOException e)
         {
-            System.err.println("Problem with TcpExample1Telnet networking:"); // describe what is happening
+            System.err.println("Problem with FisherTCPExample1Telnet networking:"); // describe what is happening
             System.err.println("Error: " + e);
             // Provide more helpful information to user if exception occurs due to running twice at one time
             
-- 
GitLab