You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ul...@apache.org on 2008/09/10 15:14:12 UTC

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

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);
     }