You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by le...@locus.apache.org on 2000/12/30 01:24:46 UTC

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

lehors      00/12/29 16:24:45

  Modified:    java/src/org/apache/xerces/impl/validation Tag: xerces_j_2
                        Grammar.java
  Log:
  removed bogus line preventing compilation
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.27  +1 -2      xml-xerces/java/src/org/apache/xerces/impl/validation/Attic/Grammar.java
  
  Index: Grammar.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/validation/Attic/Grammar.java,v
  retrieving revision 1.1.2.26
  retrieving revision 1.1.2.27
  diff -u -r1.1.2.26 -r1.1.2.27
  --- Grammar.java	2000/12/28 09:41:18	1.1.2.26
  +++ Grammar.java	2000/12/30 00:24:44	1.1.2.27
  @@ -92,7 +92,7 @@
    * @author Eric Ye, IBM
    * @author Andy Clark, IBM
    *
  - * @version $Id: Grammar.java,v 1.1.2.26 2000/12/28 09:41:18 andyc Exp $
  + * @version $Id: Grammar.java,v 1.1.2.27 2000/12/30 00:24:44 lehors Exp $
    */
   public class Grammar {
   
  @@ -756,7 +756,6 @@
       public void printElements(  ) {
           int elementDeclIndex = 0;
           XMLElementDecl elementDecl = new XMLElementDecl();
  -        elementDecl.simpleType     = new XMLSimpleType();
           while (getElementDecl(elementDeclIndex++, elementDecl)) {
   
               System.out.println("element decl: "+elementDecl.name+