You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2010/05/25 20:09:07 UTC

svn commit: r948145 - in /cxf/branches/2.2.x-fixes: ./ rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.java

Author: dkulp
Date: Tue May 25 18:09:07 2010
New Revision: 948145

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

........
  r946821 | dkulp | 2010-05-20 19:33:50 -0400 (Thu, 20 May 2010) | 1 line
  
  Remove a println inadvertantly left in
........

Modified:
    cxf/branches/2.2.x-fixes/   (props changed)
    cxf/branches/2.2.x-fixes/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.java

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

Modified: cxf/branches/2.2.x-fixes/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.java
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.java?rev=948145&r1=948144&r2=948145&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.java (original)
+++ cxf/branches/2.2.x-fixes/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.java Tue May 25 18:09:07 2010
@@ -405,8 +405,6 @@ public class JaxWsServiceConfiguration e
         if (f != null) {
             return getWithReflection(WebFault.class, f, "messageName");
         }
-        
-        System.out.println(exClass.getName() + " has no WebFault");
         return null;
     }