You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2004/06/08 09:06:29 UTC

cvs commit: ws-axis/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/cpp AllExceptionWriter.java

damitha     2004/06/08 00:06:29

  Modified:    c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/cpp
                        AllExceptionWriter.java
  Log:
  
  
  Revision  Changes    Path
  1.2       +1 -1      ws-axis/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/cpp/AllExceptionWriter.java
  
  Index: AllExceptionWriter.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/cpp/AllExceptionWriter.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AllExceptionWriter.java	7 Jun 2004 11:22:42 -0000	1.1
  +++ AllExceptionWriter.java	8 Jun 2004 07:06:29 -0000	1.2
  @@ -48,7 +48,7 @@
   							String faultType =null;	 
   							String langName =null;
   							String paramName =null;
  -							if (paramsFault.hasNext()){
  +							while (paramsFault.hasNext()){
   								FaultInfo info = (FaultInfo)paramsFault.next();
   								faultInfoName =info.getFaultInfo();
   								ArrayList paramInfo =info.getParams();