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 di...@apache.org on 2004/08/24 08:02:00 UTC

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

dims        2004/08/23 23:02:00

  Modified:    java/src/org/apache/axis/wsdl/symbolTable Type.java
  Log:
  OOPS!! thanks tom.
  
  Revision  Changes    Path
  1.7       +1 -1      ws-axis/java/src/org/apache/axis/wsdl/symbolTable/Type.java
  
  Index: Type.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/wsdl/symbolTable/Type.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Type.java	22 Aug 2004 03:06:59 -0000	1.6
  +++ Type.java	24 Aug 2004 06:01:59 -0000	1.7
  @@ -59,7 +59,7 @@
           super(pqName, pNode);
       }
       public void setGenerated(boolean b) {
  -        generated = true;        
  +        generated = b;        
       }
       
       public boolean isGenerated() {