diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework2/AllenTcpExample3Server.java b/assignments/src/MV3500Cohort2021JulySeptember/homework2/AllenTcpExample3Server.java
index 912102f5ec3dacfe25834c8acecace1dc93e8ea9..3f4344fe53b26d963cc9bfd6564bb773160ba5a4 100644
--- a/assignments/src/MV3500Cohort2021JulySeptember/homework2/AllenTcpExample3Server.java
+++ b/assignments/src/MV3500Cohort2021JulySeptember/homework2/AllenTcpExample3Server.java
@@ -19,7 +19,6 @@ import java.net.*;
  *
  * and have the instructor display the socket pairs received.
  *
- * @snapp
  */
 public class AllenTcpExample3Server {