You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by da...@apache.org on 2011/07/13 18:00:25 UTC

svn commit: r1146107 - /aries/trunk/samples/blueprint/helloworld/helloworld-client/src/main/java/org/apache/aries/samples/blueprint/helloworld/client/HelloWorldClient.java

Author: davidb
Date: Wed Jul 13 16:00:25 2011
New Revision: 1146107

URL: http://svn.apache.org/viewvc?rev=1146107&view=rev
Log:
Reverting accidentally committed file.


Modified:
    aries/trunk/samples/blueprint/helloworld/helloworld-client/src/main/java/org/apache/aries/samples/blueprint/helloworld/client/HelloWorldClient.java

Modified: aries/trunk/samples/blueprint/helloworld/helloworld-client/src/main/java/org/apache/aries/samples/blueprint/helloworld/client/HelloWorldClient.java
URL: http://svn.apache.org/viewvc/aries/trunk/samples/blueprint/helloworld/helloworld-client/src/main/java/org/apache/aries/samples/blueprint/helloworld/client/HelloWorldClient.java?rev=1146107&r1=1146106&r2=1146107&view=diff
==============================================================================
--- aries/trunk/samples/blueprint/helloworld/helloworld-client/src/main/java/org/apache/aries/samples/blueprint/helloworld/client/HelloWorldClient.java (original)
+++ aries/trunk/samples/blueprint/helloworld/helloworld-client/src/main/java/org/apache/aries/samples/blueprint/helloworld/client/HelloWorldClient.java Wed Jul 13 16:00:25 2011
@@ -26,8 +26,8 @@ public class HelloWorldClient {
 
         public void startUp() {
                 System.out.println("========>>>>Client HelloWorld: About to execute a method from the Hello World service");
-                // helloWorldService.hello();
-                // System.out.println("========>>>>Client HelloWorld: ... if you didn't just see a Hello World message something went wrong");
+                helloWorldService.hello();
+                System.out.println("========>>>>Client HelloWorld: ... if you didn't just see a Hello World message something went wrong");
         }
 
         public HelloWorldService getHelloWorldService() {