You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by je...@locus.apache.org on 2000/10/12 18:37:16 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl/validation XMLAttributeDecl.java

jeffreyr    00/10/12 09:37:16

  Modified:    java/src/org/apache/xerces/impl/validation Tag: xerces_j_2
                        XMLAttributeDecl.java
  Log:
  added QName instance
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +2 -2      xml-xerces/java/src/org/apache/xerces/impl/validation/Attic/XMLAttributeDecl.java
  
  Index: XMLAttributeDecl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/validation/Attic/XMLAttributeDecl.java,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- XMLAttributeDecl.java	2000/10/06 16:26:21	1.1.2.3
  +++ XMLAttributeDecl.java	2000/10/12 16:37:15	1.1.2.4
  @@ -61,7 +61,7 @@
   
   /**
    * @author Stubs generated by DesignDoc on Wed Jun 07 11:58:44 PDT 2000
  - * @version $Id: XMLAttributeDecl.java,v 1.1.2.3 2000/10/06 16:26:21 jeffreyr Exp $
  + * @version $Id: XMLAttributeDecl.java,v 1.1.2.4 2000/10/12 16:37:15 jeffreyr Exp $
    */
   public class XMLAttributeDecl {
   
  @@ -70,7 +70,7 @@
       //
   
       /** name */
  -    public QName name;
  +    public QName name = new QName();
   
       /** simpleType */
       public XMLSimpleType simpleType;