Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 91783 invoked from network); 19 Mar 2008 08:30:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Mar 2008 08:30:59 -0000 Received: (qmail 63096 invoked by uid 500); 19 Mar 2008 08:30:56 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 62964 invoked by uid 500); 19 Mar 2008 08:30:56 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 62953 invoked by uid 500); 19 Mar 2008 08:30:56 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 62950 invoked by uid 99); 19 Mar 2008 08:30:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2008 01:30:56 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2008 08:30:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D072D1A9832; Wed, 19 Mar 2008 01:30:37 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r638747 - /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl Date: Wed, 19 Mar 2008 08:30:37 -0000 To: axis2-cvs@ws.apache.org From: amilas@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080319083037.D072D1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: amilas Date: Wed Mar 19 01:30:37 2008 New Revision: 638747 URL: http://svn.apache.org/viewvc?rev=638747&view=rev Log: make populate fault method statements to one line Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl?rev=638747&r1=638746&r2=638747&view=diff ============================================================================== --- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl (original) +++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl Wed Mar 19 01:30:37 2008 @@ -119,20 +119,9 @@ private void populateFaults(){ - faultExceptionNameMap.put( new javax.xml.namespace.QName( - "", - ""), - "" - ); - faultExceptionClassNameMap.put(new javax.xml.namespace.QName( - "", - ""), - ""); - faultMessageMap.put( new javax.xml.namespace.QName( - "", - ""), - "" - ); + faultExceptionNameMap.put( new javax.xml.namespace.QName("",""),""); + faultExceptionClassNameMap.put(new javax.xml.namespace.QName("",""),""); + faultMessageMap.put( new javax.xml.namespace.QName("",""),""); --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org