Skip to content
Snippets Groups Projects
Commit f6285c3f authored by adfis's avatar adfis
Browse files

Fisher Homework 2 - Draft

parent bf0136b5
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ public class FisherClient { ...@@ -66,7 +66,7 @@ public class FisherClient {
System.out.println("=================================================="); System.out.println("==================================================");
System.out.println("The message the server sent was: '" + serverMessage + "'"); System.out.println("The message the server sent was: '" + serverMessage + "'");
System.out.println("FisherClient responds with: A towel"); System.out.println("FisherClient responds with: To get to the other side");
// socket gets closed, either automatically/silently by this code (or possibly by the server) // socket gets closed, either automatically/silently by this code (or possibly by the server)
} // end while(true) } // end while(true)
......
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