From 82778d23d112fc69d773f46e71c3e81af8714f49 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Wed, 11 Aug 2021 11:40:16 -0700 Subject: [PATCH] remove erroneous javadoc tag --- .../homework2/AllenTcpExample3Server.java | 1 - 1 file changed, 1 deletion(-) diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework2/AllenTcpExample3Server.java b/assignments/src/MV3500Cohort2021JulySeptember/homework2/AllenTcpExample3Server.java index 912102f5ec..3f4344fe53 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 { -- GitLab