Skip to content
Snippets Groups Projects
Commit f6214fb3 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

whitespace

parent f4ed6e7c
No related branches found
No related tags found
Loading
......@@ -114,7 +114,7 @@ public class TcpExample2ConnectionCounting
printStream.println("This client response was written by server " + TcpExample2ConnectionCounting.class.getName()); // to remote client
System.out.println("This server response was written by server " + TcpExample2ConnectionCounting.class.getName()); // to server console
printStream.println("You were connection #" + connectionCount + ", by my count");
printStream.println("You were connection #" + connectionCount + ", by my count");
// Print some information locally about the Socket connection.
// This includes the port and IP numbers on both sides (the socket pair.)
......
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