You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by sa...@apache.org on 2001/11/12 19:11:28 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/validators/schema GeneralAttrCheck.java

sandygao    01/11/12 10:11:28

  Modified:    java/src/org/apache/xerces/validators/schema Tag: xerces_j_1
                        GeneralAttrCheck.java
  Log:
  Removing a useless field.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.14.2.1  +0 -4      xml-xerces/java/src/org/apache/xerces/validators/schema/Attic/GeneralAttrCheck.java
  
  Index: GeneralAttrCheck.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/validators/schema/Attic/GeneralAttrCheck.java,v
  retrieving revision 1.14
  retrieving revision 1.14.2.1
  diff -u -r1.14 -r1.14.2.1
  --- GeneralAttrCheck.java	2001/08/07 17:13:57	1.14
  +++ GeneralAttrCheck.java	2001/11/12 18:11:28	1.14.2.1
  @@ -866,9 +866,6 @@
       // used to store utility reference: error reproter. set via constructor.
       protected XMLErrorReporter fErrorReporter = null;
   
  -    // used to store the list of simple type validators
  -    protected DatatypeValidatorFactoryImpl fDatatypeRegistry;
  -
       // used to store the mapping from processed element to attributes
       protected Hashtable fProcessedElements = new Hashtable();
   
  @@ -879,7 +876,6 @@
       private GeneralAttrCheck() {}
       public GeneralAttrCheck (XMLErrorReporter er, DatatypeValidatorFactoryImpl datatypeRegistry) {
           fErrorReporter = er;
  -        fDatatypeRegistry = fDatatypeRegistry;
           synchronized (getClass()) {
               if (fExtraDVs[DT_ANYURI] == null) {
                   // step 5: register all datatype validators for new types
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org