diff --git a/assignments/src/MV3500Cohort2024JulySeptember/homework2/Romero/RomeroClientHW2.java b/assignments/src/MV3500Cohort2024JulySeptember/homework2/Romero/RomeroClientHW2.java
index 382ceeb106179abdf2c4f2499db2cf75eb36712c..06a372d9f6394cac53da5640e4daac81681defc9 100644
--- a/assignments/src/MV3500Cohort2024JulySeptember/homework2/Romero/RomeroClientHW2.java
+++ b/assignments/src/MV3500Cohort2024JulySeptember/homework2/Romero/RomeroClientHW2.java
@@ -9,7 +9,6 @@ import java.time.DayOfWeek;
 /**
  * This client program establishes a socket connection to the {@link RomeroServerHW2},
  * then checks how long it takes to read the single line it expects as a server response.
- * No fancy footwork here, it is pretty simple and similar to {@link TcpExample3Client}.
  * 
  * @author Don McGregor
  * @author Don Brutzman