This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 6a658a6  AXIS2-6015 add fix suggested by user
6a658a6 is described below

commit 6a658a6d3bc5cd8b89920df60d42435bf197e0f7
Author: Robert Lazarski <robertlazar...@gmail.com>
AuthorDate: Fri Feb 18 06:06:38 2022 -1000

    AXIS2-6015 add fix suggested by user
---
 .../axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl
 
b/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl
index a89d5da..4967f60 100644
--- 
a/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl
+++ 
b/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl
@@ -59,9 +59,9 @@
         protected org.apache.axis2.description.AxisOperation[] _operations;
 
         //hashmaps to keep the fault mapping
-        private java.util.Map&lt;org.apache.axis2.client.FaultMapKey,String> 
faultExceptionNameMap = new 
java.util.HashMap&lt;org.apache.axis2.client.FaultMapKey,String>();
-        private java.util.Map&lt;org.apache.axis2.client.FaultMapKey,String> 
faultExceptionClassNameMap = new 
java.util.HashMap&lt;org.apache.axis2.client.FaultMapKey,String>();
-        private java.util.Map&lt;org.apache.axis2.client.FaultMapKey,String> 
faultMessageMap = new 
java.util.HashMap&lt;org.apache.axis2.client.FaultMapKey,String>();
+        private 
java.util.Map&lt;org.apache.axis2.client.FaultMapKey,java.lang.String> 
faultExceptionNameMap = new 
java.util.HashMap&lt;org.apache.axis2.client.FaultMapKey,java.lang.String>();
+        private 
java.util.Map&lt;org.apache.axis2.client.FaultMapKey,java.lang.String> 
faultExceptionClassNameMap = new 
java.util.HashMap&lt;org.apache.axis2.client.FaultMapKey,java.lang.String>();
+        private 
java.util.Map&lt;org.apache.axis2.client.FaultMapKey,java.lang.String> 
faultMessageMap = new 
java.util.HashMap&lt;org.apache.axis2.client.FaultMapKey,java.lang.String>();
 
         private static int counter = 0;
 

Reply via email to