From 0986f8e0797a7b5b94c1db5adc5f48e9b3a318bf Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@DESKTOP-2S09UKA>
Date: Mon, 1 Jul 2019 13:16:42 -0700
Subject: [PATCH] cleanup comments, warnings

---
 CourseExamples/src/TcpExamples/TcpExample1Telnet.java | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/CourseExamples/src/TcpExamples/TcpExample1Telnet.java b/CourseExamples/src/TcpExamples/TcpExample1Telnet.java
index 2ba7ab01aa..26d4859cc2 100644
--- a/CourseExamples/src/TcpExamples/TcpExample1Telnet.java
+++ b/CourseExamples/src/TcpExamples/TcpExample1Telnet.java
@@ -25,12 +25,10 @@ import java.net.*;
  * the bottom of the program, and does not repeat itself.
  * The program exits.
  * 
- * @author mcgredo
+ * @author mcgredo, brutzman
  */
 public class TcpExample1Telnet 
 {
-
-    @SuppressWarnings("ConvertToTryWithResources")
     public static void main(String[] args) 
     {
         try
-- 
GitLab