diff --git a/assignments/src/MV3500Cohort2024JulySeptember/homework1/Yu/TcpExample1TelnetYu.java b/assignments/src/MV3500Cohort2024JulySeptember/homework1/Yu/TcpExample1TelnetYu.java index 22d370792b4c79161cde63d528e902b2d63aa753..f2139f895a961a2d6d775a88db77a5b301dacedf 100644 --- a/assignments/src/MV3500Cohort2024JulySeptember/homework1/Yu/TcpExample1TelnetYu.java +++ b/assignments/src/MV3500Cohort2024JulySeptember/homework1/Yu/TcpExample1TelnetYu.java @@ -1,6 +1,6 @@ package MV3500Cohort2024JulySeptember.homework1.Yu; -import src.TcpExamples.*; +//import src.TcpExamples.*; import java.io.*; import java.net.*; @@ -15,7 +15,7 @@ import java.net.*; * <p> * As an alternative to running the Windows (or other operating system) console, * you can instead run the NetBeans terminal window. If you are on Windows, - * NetBeans is looking for Cgwin installation (for Unix-like compatibility) + * NetBeans is looking for Cygwin installation (for Unix-like compatibility) * with details at <a href="https://savage.nps.edu/Savage/developers.html#Cygwin" target="blank">Savage Developers Guide: Cygwin</a>. * Modifying this program is the basis for Assignment 1. * </p>