Author: peter_firmstone Date: Tue Nov 13 12:29:38 2012 New Revision: 1408697
URL: http://svn.apache.org/viewvc?rev=1408697&view=rev Log: Debugging tests on arm platform to gather more information, changed LookupLocator to show full url in toString() output. Modified: river/jtsk/trunk/src/net/jini/core/discovery/LookupLocator.java Modified: river/jtsk/trunk/src/net/jini/core/discovery/LookupLocator.java URL: http://svn.apache.org/viewvc/river/jtsk/trunk/src/net/jini/core/discovery/LookupLocator.java?rev=1408697&r1=1408696&r2=1408697&view=diff ============================================================================== --- river/jtsk/trunk/src/net/jini/core/discovery/LookupLocator.java (original) +++ river/jtsk/trunk/src/net/jini/core/discovery/LookupLocator.java Tue Nov 13 12:29:38 2012 @@ -454,9 +454,9 @@ public class LookupLocator implements Se * <code>"jini"</code>. */ public String toString() { - if (port != discoveryPort) +// if (port != discoveryPort) return "jini://" + getHost0(host) + ":" + port + "/"; - return "jini://" + getHost0(host) + "/"; +// return "jini://" + getHost0(host) + "/"; } /**
