updated port numbers

git-svn-id: svn://anubis/gvsu@221 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-10-27 22:57:59 +00:00
parent e301f20c16
commit 805811d6ec

View File

@ -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)
{