diff --git a/CourseExamples/src/TcpExamples/TcpExample1Telnet.java b/CourseExamples/src/TcpExamples/TcpExample1Telnet.java index 2ba7ab01aa77a0a45d267fcee7982514454fffaa..26d4859cc258d229aa31329cd642a5001030f105 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