elena       2003/07/23 13:57:18

  Modified:    java/src/org/apache/xerces/impl/dv XSFacets.java
  Log:
  inherit annotations for pattern facet from the base type
  
  Revision  Changes    Path
  1.7       +3 -2      xml-xerces/java/src/org/apache/xerces/impl/dv/XSFacets.java
  
  Index: XSFacets.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/XSFacets.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XSFacets.java     23 Jul 2003 15:51:11 -0000      1.6
  +++ XSFacets.java     23 Jul 2003 20:57:18 -0000      1.7
  @@ -61,6 +61,7 @@
   
   import org.apache.xerces.impl.xs.psvi.XSAnnotation;
   import org.apache.xerces.impl.xs.psvi.XSObjectList;
  +import org.apache.xerces.impl.xs.util.XSObjectListImpl;
   
   /**
    * The class used to pass all facets to [EMAIL PROTECTED] XSSimpleType#applyFacets}.
  @@ -147,7 +148,7 @@
       public XSAnnotation whiteSpaceAnnotation;
       public XSAnnotation totalDigitsAnnotation;
       public XSAnnotation fractionDigitsAnnotation;
  -    public XSObjectList patternAnnotations;
  +    public XSObjectListImpl patternAnnotations;
       public XSObjectList enumAnnotations;
       public XSAnnotation maxInclusiveAnnotation;
       public XSAnnotation maxExclusiveAnnotation;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to