Skip to content
Snippets Groups Projects
Commit 05038b5b authored by chris's avatar chris
Browse files

Chris Garibay - Assignment 2

parent ee3e4188
No related branches found
No related tags found
Loading
......@@ -20,7 +20,6 @@ public class GaribayClient {
BufferedReader br;
String serverMessage;
Integer count = 0;
OutputStream os;
PrintStream ps;
......
......@@ -76,8 +76,7 @@ public class GaribayServer {
System.out.println("The message the server sent was: '" + clientMessage + "'");
// System.out.println("This was the "+ count +" connection.");
ps.flush();
// like it or not, you're outta here!
}
......
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