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
0986f8e0
Commit
0986f8e0
authored
5 years ago
by
brutzman
Browse files
Options
Downloads
Patches
Plain Diff
cleanup comments, warnings
parent
37dfa99f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CourseExamples/src/TcpExamples/TcpExample1Telnet.java
+1
-3
1 addition, 3 deletions
CourseExamples/src/TcpExamples/TcpExample1Telnet.java
with
1 addition
and
3 deletions
CourseExamples/src/TcpExamples/TcpExample1Telnet.java
+
1
−
3
View file @
0986f8e0
...
...
@@ -25,12 +25,10 @@ import java.net.*;
* the bottom of the program, and does not repeat itself.
* The program exits.
*
* @author mcgredo
* @author mcgredo
, brutzman
*/
public
class
TcpExample1Telnet
{
@SuppressWarnings
(
"ConvertToTryWithResources"
)
public
static
void
main
(
String
[]
args
)
{
try
...
...
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