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/10/30 19:14:31 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl/validation/datatypes/eTypes/Models AbstractProperty.java

lehors      00/10/30 10:14:29

  Modified:    java/src/org/apache/xerces/impl/validation/datatypes/eTypes/Models
                        Tag: xerces_j_2 AbstractProperty.java
  Log:
  added explicit import of inner interface
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +2 -1      xml-xerces/java/src/org/apache/xerces/impl/validation/datatypes/eTypes/Models/Attic/AbstractProperty.java
  
  Index: AbstractProperty.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/validation/datatypes/eTypes/Models/Attic/AbstractProperty.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- AbstractProperty.java	2000/10/28 00:04:49	1.1.2.1
  +++ AbstractProperty.java	2000/10/30 18:14:23	1.1.2.2
  @@ -58,6 +58,7 @@
   package org.apache.xerces.impl.validation.datatypes.eTypes.Models;
   
   import org.apache.xerces.impl.validation.datatypes.eTypes.Interfaces.Property;
  +import org.apache.xerces.impl.validation.datatypes.eTypes.Interfaces.Property.ValidationSummary;
   import org.apache.xerces.impl.validation.datatypes.eTypes.Interfaces.StringProperty;
   import java.lang.reflect.Field;
   import java.lang.reflect.InvocationTargetException;
  @@ -80,7 +81,7 @@
    * 
    * @author Leonard C. Berman
    * @author Jeffrey Rodriguez
  - * @version $Id: AbstractProperty.java,v 1.1.2.1 2000/10/28 00:04:49 jeffreyr Exp $
  + * @version $Id: AbstractProperty.java,v 1.1.2.2 2000/10/30 18:14:23 lehors Exp $
    */
   public abstract class AbstractProperty implements Property, Cloneable {
      private String name;