From 937083a25779b22852ca04863baf258a8d176217 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@DESKTOP-2S09UKA>
Date: Mon, 15 Jul 2019 10:48:02 -0700
Subject: [PATCH] Motivation is essential

---
 examples/src/TcpExamples/TcpExample1Telnet.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/examples/src/TcpExamples/TcpExample1Telnet.java b/examples/src/TcpExamples/TcpExample1Telnet.java
index 4e97fadb80..373c0f58eb 100644
--- a/examples/src/TcpExamples/TcpExample1Telnet.java
+++ b/examples/src/TcpExamples/TcpExample1Telnet.java
@@ -7,7 +7,9 @@ import java.net.*;
  * The simplest possible TCP network program. It listens for
  * a connection, from telnet (telnet localhost 2317) or a program
  * you write, which we will do later. Right now the TcpExample simply
- * writes a string in response to a connection. 
+ * writes a string in response to a connection.
+ * 
+ * Modifying his program is the basis for Assignment 1.
  * 
  * Testing the running server program from telnet looks like this:
  * 
-- 
GitLab