From 84fe69a2cec9fee31dfbf396668fea5cf2569041 Mon Sep 17 00:00:00 2001 From: advan <advan@JinHong.ern.nps.edu> Date: Tue, 23 Jul 2024 10:58:11 -0700 Subject: [PATCH] Assignment 1 --- .../homework1/Yu/TcpExample1TelnetYu.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignments/src/MV3500Cohort2024JulySeptember/homework1/Yu/TcpExample1TelnetYu.java b/assignments/src/MV3500Cohort2024JulySeptember/homework1/Yu/TcpExample1TelnetYu.java index 22d370792b..f2139f895a 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> -- GitLab