updated port numbers
git-svn-id: svn://anubis/gvsu@221 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
parent
e301f20c16
commit
805811d6ec
@ -71,7 +71,7 @@ public class ChordClient
|
||||
URL localURL = null;
|
||||
try
|
||||
{
|
||||
localURL = new URL(protocol + "://" + InetAddress.getLocalHost().getHostAddress() + ":5253/");
|
||||
localURL = new URL(protocol + "://" + InetAddress.getLocalHost().getHostAddress() + ":5354/");
|
||||
}
|
||||
catch (MalformedURLException e)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user