Author: mmao
Date: Wed Nov 21 01:22:51 2007
New Revision: 597004

URL: http://svn.apache.org/viewvc?rev=597004&view=rev
Log:
Merged revisions 596565 via svnmerge from 
https://svn.apache.org/repos/asf/incubator/cxf/trunk

........
  r596565 | mmao | 2007-11-20 16:18:59 +0800 (Tue, 20 Nov 2007) | 3 lines
  
  * Cleanup the output during the tests
........

Modified:
    incubator/cxf/branches/2.0.x-fixes/   (props changed)
    
incubator/cxf/branches/2.0.x-fixes/testutils/src/main/java/org/apache/hello_world_soap_http/GreeterImpl.java

Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: 
incubator/cxf/branches/2.0.x-fixes/testutils/src/main/java/org/apache/hello_world_soap_http/GreeterImpl.java
URL: 
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/testutils/src/main/java/org/apache/hello_world_soap_http/GreeterImpl.java?rev=597004&r1=597003&r2=597004&view=diff
==============================================================================
--- 
incubator/cxf/branches/2.0.x-fixes/testutils/src/main/java/org/apache/hello_world_soap_http/GreeterImpl.java
 (original)
+++ 
incubator/cxf/branches/2.0.x-fixes/testutils/src/main/java/org/apache/hello_world_soap_http/GreeterImpl.java
 Wed Nov 21 01:22:51 2007
@@ -122,7 +122,7 @@
 
     public void greetMeOneWay(String requestType) {
         invocationCount++;
-        System.out.println("*********  greetMeOneWay: " + requestType);
+        //System.out.println("*********  greetMeOneWay: " + requestType);
     }
 
     public String greetMeSometime(String me) {


Reply via email to