Author: ulhasbhole
Date: Wed Sep 10 06:14:11 2008
New Revision: 693832

URL: http://svn.apache.org/viewvc?rev=693832&view=rev
Log:
changed to completion message to be consistent with 2.1.x sample

Modified:
    
cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/restful_dispatch/src/demo/restful/client/Client.java

Modified: 
cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/restful_dispatch/src/demo/restful/client/Client.java
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/restful_dispatch/src/demo/restful/client/Client.java?rev=693832&r1=693831&r2=693832&view=diff
==============================================================================
--- 
cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/restful_dispatch/src/demo/restful/client/Client.java
 (original)
+++ 
cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/restful_dispatch/src/demo/restful/client/Client.java
 Wed Sep 10 06:14:11 2008
@@ -92,7 +92,7 @@
         DOMSource result = dispatcher.invoke(reqMsg);
         printSource(result);
 
-        System.out.println("Client Invoking is succeeded!");
+        System.out.println("Client Invoking succeeded!");
         System.exit(0);
     }
 


Reply via email to