From d1743001590e3bed8c06b8f1b15125cbdedb1260 Mon Sep 17 00:00:00 2001 From: slewis Date: Thu, 28 May 2009 04:16:54 +0000 Subject: Fixes for hello host and consumer --- .../ecf/internal/examples/remoteservices/hello/consumer/Activator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/src/org/eclipse/ecf/internal/examples/remoteservices/hello/consumer/Activator.java b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/src/org/eclipse/ecf/internal/examples/remoteservices/hello/consumer/Activator.java index 2069077f4..12195975c 100644 --- a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/src/org/eclipse/ecf/internal/examples/remoteservices/hello/consumer/Activator.java +++ b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/src/org/eclipse/ecf/internal/examples/remoteservices/hello/consumer/Activator.java @@ -70,7 +70,7 @@ public class Activator implements BundleActivator, IDistributionConstants, Servi try { // This method blocks until a return future.get(); - System.out.println("Called futureExec successfully"); + System.out.println("Called future.get() successfully"); } catch (Exception e) { e.printStackTrace(); } -- cgit v1.2.3