Skip to content
Snippets Groups Projects
Commit 2debbb83 authored by brutzman's avatar brutzman
Browse files

typo

parent 4b00bb69
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ public class BrutzmanRefactorTcpExample1Telnet
// Program modification: provide more helpful information to user if
// exception occurs when running twice at one time
// brute force exception checking, can be brittle if exection message changes
// brute force exception checking, can be brittle if exception message changes
// if (e.getMessage().equals("Address already in use: NET_Bind"))
if (e instanceof java.net.BindException)
......
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