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 ve...@apache.org on 2005/07/18 13:36:01 UTC

cvs commit: ws-axis/java/src/org/apache/axis/wsdl/symbolTable Utils.java

venkat      2005/07/18 04:36:01

  Modified:    java/src/org/apache/axis/wsdl/symbolTable Utils.java
  Log:
  minor cleanup.
  
  Revision  Changes    Path
  1.47      +1 -1      ws-axis/java/src/org/apache/axis/wsdl/symbolTable/Utils.java
  
  Index: Utils.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/wsdl/symbolTable/Utils.java,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- Utils.java	18 Jul 2005 11:15:41 -0000	1.46
  +++ Utils.java	18 Jul 2005 11:35:47 -0000	1.47
  @@ -528,7 +528,7 @@
   
               // All types are derived from anyType, except anonymous ones
               final Collection typeValues = symbolTable.getTypeIndex().values();
  -            types.addAll(symbolTable.getTypeIndex().values());
  +            types.addAll(typeValues);
               
               // Currently we are unable to mark anonymous types correctly.
               // So, this filtering has to wait until a fix is made.