You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by jc...@apache.org on 2010/09/18 13:37:14 UTC

svn commit: r998443 - /incubator/river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/ConfirmingILFactory.java

Author: jcosters
Date: Sat Sep 18 11:37:14 2010
New Revision: 998443

URL: http://svn.apache.org/viewvc?rev=998443&view=rev
Log:
RIVER-170: replace ClientHost.toString() with ClientHost.getClientHost() in order to output a meaningful string

Modified:
    incubator/river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/ConfirmingILFactory.java

Modified: incubator/river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/ConfirmingILFactory.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/ConfirmingILFactory.java?rev=998443&r1=998442&r2=998443&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/ConfirmingILFactory.java (original)
+++ incubator/river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/ConfirmingILFactory.java Sat Sep 18 11:37:14 2010
@@ -132,7 +132,7 @@ public class ConfirmingILFactory extends
 		null,
 		"Permit incoming remote call?" +
 		"\n  Client: " + (client != null
-				  ? client.toString() : "not active") +
+				  ? client.getClientHost() : "not active") +
 		"\n  Object: " + obj +
 		"\n  Method: " + method.getName() +
 		"\n  Call id: " + callId,