Skip to content
Snippets Groups Projects
Commit 49d15ef9 authored by rojas's avatar rojas
Browse files

Updating

parent bc08c05d
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ import java.time.DayOfWeek;
//import java.time.LocalTime; // conversion?
/**
* This client program establishes a socket connection to the {@link RomeroServerHW2},
* This client program establishes a socket connection to the RomeroServerHW2,
* then checks how long it takes to read the single line it expects as a server response.
*
* @author Don McGregor
......
......@@ -5,7 +5,7 @@ import java.net.*;
/**
* <p>
* This utility class supports the {@link RomeroServerHW2} program,
* This utility class supports the RomeroServerHW2 program,
* handling all programming logic needed for a new socket connection
* to run in a thread of its own. This is the server
* portion as well, so we artificially invent what happens
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment