Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Commits
0163676f
Commit
0163676f
authored
5 years ago
by
dmyur
Browse files
Options
Downloads
Patches
Plain Diff
Deleted YURKOVICH HW2 that was in the wrong folder
parent
a6a662c0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
assignments/src/MV3500Cohort2019JulySeptember/homework1/YURKOVICH_TcpExample1Telnet.java
+5
-1
5 additions, 1 deletion
...9JulySeptember/homework1/YURKOVICH_TcpExample1Telnet.java
with
5 additions
and
1 deletion
assignments/src/MV3500Cohort2019JulySeptember/homework1/YURKOVICH_TcpExample1Telnet.java
+
5
−
1
View file @
0163676f
...
...
@@ -64,7 +64,11 @@ public class YURKOVICH_TcpExample1Telnet
}
catch
(
IOException
e
)
{
System
.
out
.
println
(
"problem with networking: "
+
e
);
System
.
out
.
println
(
"Problem with TcpExample1Telnet networking:"
);
// describe what is happening
System
.
out
.
println
(
"Error: "
+
e
);
// Provide more helpful information to user if exception occurs due to running twice at one time
if
(
e
instanceof
java
.
net
.
BindException
)
System
.
out
.
println
(
"*** Be sure to stop any other running instances of programs using this port!"
);
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment