Skip to content
Snippets Groups Projects
Commit c46e0124 authored by runem's avatar runem
Browse files

Cosmetic changes to test personal access token

parent 6a33d7e9
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ public class ReynoldsTcpExample3Client {
System.out.print ("Client # " + clientLoopCount + ": ");
System.out.println("I've sided with the empire!");
System.out.println("The the serverlord has spoken... it said: '" + serverMessage + "' \n" );
System.out.println("The the serverlord has spoken... it said: '" + serverMessage + "'\n" );
// socket gets closed, either automatically/silently by this code (or possibly by the server)
Thread.sleep(500l); // slow things down, for example 500l (long) = 500 msec
......
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