You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by em...@apache.org on 2007/06/27 11:18:17 UTC

svn commit: r551106 - /incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java

Author: ema
Date: Wed Jun 27 02:18:16 2007
New Revision: 551106

URL: http://svn.apache.org/viewvc?view=rev&rev=551106
Log:
Removed the code for debugging

Modified:
    incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java

Modified: incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java?view=diff&rev=551106&r1=551105&r2=551106
==============================================================================
--- incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java (original)
+++ incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java Wed Jun 27 02:18:16 2007
@@ -804,7 +804,6 @@
         MessagePartInfo part = fault.addMessagePart("fault");
         part.setElement(true);
         if (part.getElementQName() == null) {
-            System.out.println("----fault.getFaultname --- " + fault.getFaultName());
             part.setElementQName(fault.getFaultName());
         }
     }