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

Merge origin/master

parents c79da5f7 7c96c433
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ import java.net.Socket;
public class FisherClient {
// IPv6 String constant for localhost address, similarly IPv4 127.0.0.1
public final static String LOCALHOST = "172.20.145.10"; //"0:0:0:0:0:0:0:1";
public final static String LOCALHOST = "0:0:0:0:0:0:0:1";
// Sub with someone's IP
// Got it to work with McNeely in class
/**
......@@ -89,5 +89,5 @@ public class FisherClient {
System.out.println("FisherClient exit");
}
}
}
File added
File added
This is a convenient directory for saving downloaded specification documents.
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