You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Tom Jordahl <to...@macromedia.com> on 2002/10/14 16:02:28 UTC

RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/symbolTabl e SymbolTable.java

I was wondering why we were seeing that warning message from WSDL2Java.
Good catch Russell!

--
Tom Jordahl
Macromedia Server Development



-----Original Message-----
From: butek@apache.org [mailto:butek@apache.org]
Sent: Thursday, October 10, 2002 4:59 PM
To: xml-axis-cvs@apache.org
Subject: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/symbolTable
SymbolTable.java


butek       2002/10/10 13:58:47

  Modified:    java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java
  Log:
  SymbolTable.populateBindings has had two symbolTablePut calls for some
  time now, but only today did it start complaining about it.  Since we don't
  need them both, I've gotten rid of one so we don't see this silly error.
  
  Revision  Changes    Path
  1.48      +0 -1      xml-axis/java/src/org/apache/axis/wsdl/symbolTable/SymbolTable.java
  
  Index: SymbolTable.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/wsdl/symbolTable/SymbolTable.java,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- SymbolTable.java	10 Oct 2002 19:56:45 -0000	1.47
  +++ SymbolTable.java	10 Oct 2002 20:58:47 -0000	1.48
  @@ -1609,7 +1609,6 @@
               } // binding operations
   
               bEntry.setFaults(faultMap);
  -            symbolTablePut(bEntry);
           }
       } // populateBindings