From dc1e95b6cb8fcf628b898a32d7de3ffcb3c8d31d Mon Sep 17 00:00:00 2001
From: "Norbraten, Terry" <tdnorbra@nps.edu>
Date: Tue, 30 Jul 2019 11:34:03 -0700
Subject: [PATCH] remove extra comment

---
 examples/src/TcpExamples/TcpExample2ConnectionCounting.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/src/TcpExamples/TcpExample2ConnectionCounting.java b/examples/src/TcpExamples/TcpExample2ConnectionCounting.java
index 330d8cee4d..81e74b351f 100644
--- a/examples/src/TcpExamples/TcpExample2ConnectionCounting.java
+++ b/examples/src/TcpExamples/TcpExample2ConnectionCounting.java
@@ -79,7 +79,7 @@ public class TcpExample2ConnectionCounting
                     // a while after the client has stopped needing this
                     // connection. Close() explicitly ends the connection.
                     ps.flush();
-                } // got another one!
+                }
             }
        }
         catch(IOException e)
-- 
GitLab