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

Fisher Homework 1 - Success

parent 7a57d3b2
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ public class FisherTCPExample1Telnet { ...@@ -50,7 +50,7 @@ public class FisherTCPExample1Telnet {
} }
catch(IOException e) catch(IOException e)
{ {
System.err.println("Problem with TcpExample1Telnet networking:"); // describe what is happening System.err.println("Problem with FisherTCPExample1Telnet networking:"); // describe what is happening
System.err.println("Error: " + e); System.err.println("Error: " + e);
// Provide more helpful information to user if exception occurs due to running twice at one time // Provide more helpful information to user if exception occurs due to running twice at one time
......
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