neilg       2002/08/09 08:18:20

  Modified:    java/src/javax/xml/parsers FactoryFinder.java
               java/src/org/apache/xerces/dom AttributeMap.java
                        AttrNSImpl.java ChildNode.java
                        DeferredAttrNSImpl.java DeferredElementNSImpl.java
                        DOMErrorImpl.java DOMImplementationSourceImpl.java
                        DOMInputSourceImpl.java DOMLocatorImpl.java
                        ElementNSImpl.java LCount.java
                        NodeIteratorImpl.java NodeListCache.java
                        ParentNode.java RangeExceptionImpl.java
                        RangeImpl.java TreeWalkerImpl.java
               java/src/org/apache/xerces/dom/events EventImpl.java
                        MutationEventImpl.java
               java/src/org/apache/xerces/impl/dv DVFactoryException.java
                        ValidationContext.java
               java/src/org/apache/xerces/impl RevalidationHandler.java
               java/src/org/apache/xerces/impl/validation EntityState.java
                        ValidationManager.java
               java/src/org/apache/xerces/impl/xpath/regex BMPattern.java
                        Match.java Op.java ParseException.java
                        ParserForXMLSchema.java RangeToken.java
                        RegexParser.java RegularExpression.java REUtil.java
                        Token.java
               java/src/org/apache/xerces/impl/xs AttributePSVImpl.java
                        ElementPSVImpl.java
               java/src/org/apache/xerces/impl/xs/identity IDValue.java
               java/src/org/apache/xerces/impl/xs/models XSEmptyCM.java
               java/src/org/apache/xerces/impl/xs/psvi ObjectList.java
                        StringList.java
               java/src/org/apache/xerces/jaxp
                        DefaultValidationErrorHandler.java
                        DocumentBuilderFactoryImpl.java
                        DocumentBuilderImpl.java JAXPConstants.java
                        SAXParserFactoryImpl.java SAXParserImpl.java
               java/src/org/apache/xerces/parsers DOMBuilderImpl.java
               java/src/org/apache/xerces/util AugmentationsImpl.java
                        DOMEntityResolverWrapper.java
                        DOMErrorHandlerWrapper.java
                        ShadowedSymbolTable.java
                        SynchronizedSymbolTable.java
               java/src/org/apache/xerces/xni Augmentations.java
  Log:
  ensure that all our files have an @version field placed consistently above the 
beginning of the class.
  
  Revision  Changes    Path
  1.5       +2 -0      xml-xerces/java/src/javax/xml/parsers/FactoryFinder.java
  
  Index: FactoryFinder.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/javax/xml/parsers/FactoryFinder.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- FactoryFinder.java        29 Oct 2001 16:57:14 -0000      1.4
  +++ FactoryFinder.java        9 Aug 2002 15:18:13 -0000       1.5
  @@ -76,6 +76,8 @@
    * feature and is designed to both compile and run on JDK version 1.1 and
    * later.  The code also runs both as part of an unbundled jar file and
    * when bundled as part of the JDK.
  + *
  + * @version $Id$
    */
   class FactoryFinder {
       /** Set to true for debugging */
  
  
  
  1.22      +1 -0      xml-xerces/java/src/org/apache/xerces/dom/AttributeMap.java
  
  Index: AttributeMap.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/AttributeMap.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- AttributeMap.java 25 Jul 2002 19:16:11 -0000      1.21
  +++ AttributeMap.java 9 Aug 2002 15:18:13 -0000       1.22
  @@ -75,6 +75,7 @@
    * This class doesn't directly support mutation events, however, it notifies
    * the document when mutations are performed so that the document class do so.
    *
  + * @version $Id$
    */
   public class AttributeMap extends NamedNodeMapImpl {
   
  
  
  
  1.30      +1 -1      xml-xerces/java/src/org/apache/xerces/dom/AttrNSImpl.java
  
  Index: AttrNSImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/AttrNSImpl.java,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- AttrNSImpl.java   1 Aug 2002 17:41:33 -0000       1.29
  +++ AttrNSImpl.java   9 Aug 2002 15:18:13 -0000       1.30
  @@ -1,4 +1,3 @@
  -/* $Id$ */
   /*
    * The Apache Software License, Version 1.1
    *
  @@ -69,6 +68,7 @@
    * @author Arnaud  Le Hors, IBM
    * @author Andy Clark, IBM
    * @author Ralf Pfeiffer, IBM
  + * @version $Id$
    */
   public class AttrNSImpl
       extends AttrImpl {
  
  
  
  1.7       +2 -0      xml-xerces/java/src/org/apache/xerces/dom/ChildNode.java
  
  Index: ChildNode.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/ChildNode.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ChildNode.java    29 Jan 2002 01:15:07 -0000      1.6
  +++ ChildNode.java    9 Aug 2002 15:18:13 -0000       1.7
  @@ -62,6 +62,8 @@
   /**
    * ChildNode inherits from NodeImpl and adds the capability of being a child by
    * having references to its previous and next siblings.
  + *
  + * @version $Id$
    */
   public abstract class ChildNode
       extends NodeImpl {
  
  
  
  1.22      +1 -2      
xml-xerces/java/src/org/apache/xerces/dom/DeferredAttrNSImpl.java
  
  Index: DeferredAttrNSImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredAttrNSImpl.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- DeferredAttrNSImpl.java   12 Apr 2002 01:13:52 -0000      1.21
  +++ DeferredAttrNSImpl.java   9 Aug 2002 15:18:14 -0000       1.22
  @@ -61,8 +61,6 @@
    * DeferredAttrImpl.java at the same time.
    */
   
  -/* $Id$ */
  -
   
   package org.apache.xerces.dom;
   
  @@ -71,6 +69,7 @@
    * AttrImpl. 
    * @author Andy Clark, IBM
    * @author Arnaud  Le Hors, IBM
  + * @version $Id$
    * @see DeferredAttrImpl
    */
   public final class DeferredAttrNSImpl
  
  
  
  1.15      +2 -2      
xml-xerces/java/src/org/apache/xerces/dom/DeferredElementNSImpl.java
  
  Index: DeferredElementNSImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredElementNSImpl.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- DeferredElementNSImpl.java        29 Jan 2002 01:15:07 -0000      1.14
  +++ DeferredElementNSImpl.java        9 Aug 2002 15:18:14 -0000       1.15
  @@ -56,12 +56,12 @@
    */
   
   
  -/* $Id$ */
  -
   /*
    * WARNING: because java doesn't support multi-inheritance some code is
    * duplicated. If you're changing this file you probably want to change
    * DeferredElementImpl.java at the same time.
  + *
  + * @version $Id$
    */
   
   package org.apache.xerces.dom;
  
  
  
  1.6       +2 -0      xml-xerces/java/src/org/apache/xerces/dom/DOMErrorImpl.java
  
  Index: DOMErrorImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DOMErrorImpl.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DOMErrorImpl.java 11 Jun 2002 17:41:24 -0000      1.5
  +++ DOMErrorImpl.java 9 Aug 2002 15:18:14 -0000       1.6
  @@ -74,6 +74,8 @@
    * 
    * @author Gopal Sharma, SUN Microsystems Inc.
    * @author Elena Litani, IBM
  + *
  + * @version $Id$
    */
   
   // REVISIT: the implementation of ErrorReporter. 
  
  
  
  1.5       +2 -0      
xml-xerces/java/src/org/apache/xerces/dom/DOMImplementationSourceImpl.java
  
  Index: DOMImplementationSourceImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DOMImplementationSourceImpl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- DOMImplementationSourceImpl.java  17 Jul 2002 20:07:36 -0000      1.4
  +++ DOMImplementationSourceImpl.java  9 Aug 2002 15:18:14 -0000       1.5
  @@ -72,6 +72,8 @@
    * binding-specific list of available sources so that its
    * <code>DOMImplementation</code> objects are made available.
    * <p>See also the <a 
href='http://www.w3.org/2001/10/WD-DOM-Level-3-Core-20011017'>Document Object Model 
(DOM) Level 3 Core Specification</a>.
  + *
  + * @version $Id$
    */
   public class DOMImplementationSourceImpl
       implements DOMImplementationSource {
  
  
  
  1.4       +1 -0      
xml-xerces/java/src/org/apache/xerces/dom/DOMInputSourceImpl.java
  
  Index: DOMInputSourceImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DOMInputSourceImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DOMInputSourceImpl.java   11 Jun 2002 17:41:24 -0000      1.3
  +++ DOMInputSourceImpl.java   9 Aug 2002 15:18:14 -0000       1.4
  @@ -89,6 +89,7 @@
    *
    *
    * @author Gopal Sharma, SUN Microsystems Inc.
  + * @version $Id$
    */
   
   // REVISIT: 
  
  
  
  1.4       +2 -1      xml-xerces/java/src/org/apache/xerces/dom/DOMLocatorImpl.java
  
  Index: DOMLocatorImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DOMLocatorImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DOMLocatorImpl.java       11 Jun 2002 17:41:24 -0000      1.3
  +++ DOMLocatorImpl.java       9 Aug 2002 15:18:14 -0000       1.4
  @@ -67,6 +67,7 @@
    * <p>See also the <a 
href='http://www.w3.org/TR/2001/WD-DOM-Level-3-Core-20010913'>Document Object Model 
(DOM) Level 3 Core Specification</a>.
    *
    * @author Gopal Sharma, SUN Microsystems Inc.
  + * @version $Id$
    */
    
   public class DOMLocatorImpl implements DOMLocator {
  @@ -167,4 +168,4 @@
   
     
   
  -}// class DOMLocatorImpl
  \ No newline at end of file
  +}// class DOMLocatorImpl
  
  
  
  1.27      +2 -1      xml-xerces/java/src/org/apache/xerces/dom/ElementNSImpl.java
  
  Index: ElementNSImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/ElementNSImpl.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- ElementNSImpl.java        1 Aug 2002 17:41:33 -0000       1.26
  +++ ElementNSImpl.java        9 Aug 2002 15:18:14 -0000       1.27
  @@ -1,4 +1,3 @@
  -/* $Id$ */
   /*
    * The Apache Software License, Version 1.1
    *
  @@ -71,6 +70,8 @@
    * The qualified name is the node name, and we store localName which is also
    * used in all queries. On the other hand we recompute the prefix when
    * necessary.
  + *
  + * @version $Id$
    */
   public class ElementNSImpl
       extends ElementImpl {
  
  
  
  1.5       +4 -0      xml-xerces/java/src/org/apache/xerces/dom/LCount.java
  
  Index: LCount.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/LCount.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- LCount.java       29 Jan 2002 01:15:07 -0000      1.4
  +++ LCount.java       9 Aug 2002 15:18:14 -0000       1.5
  @@ -80,6 +80,10 @@
       Finer granularity would be even better, but would cost more cycles to
       resolve and might not save enough event traffic to be worth the investment.
   */
  +/**
  + * @version $Id$
  + */
  +
   class LCount 
   { 
       static java.util.Hashtable lCounts=new java.util.Hashtable();
  
  
  
  1.9       +2 -0      xml-xerces/java/src/org/apache/xerces/dom/NodeIteratorImpl.java
  
  Index: NodeIteratorImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/NodeIteratorImpl.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- NodeIteratorImpl.java     12 Mar 2002 18:41:49 -0000      1.8
  +++ NodeIteratorImpl.java     9 Aug 2002 15:18:14 -0000       1.9
  @@ -72,6 +72,8 @@
    *  on DOM remove. It is expected that the DOM implementation call removeNode
    *  right before the actual DOM transformation. If not called by the DOM,
    *  the client could call it before doing the removal.
  + *
  + * @version $Id$
    */
   public class NodeIteratorImpl implements NodeIterator {
       
  
  
  
  1.4       +2 -1      xml-xerces/java/src/org/apache/xerces/dom/NodeListCache.java
  
  Index: NodeListCache.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/NodeListCache.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NodeListCache.java        24 Apr 2002 02:04:52 -0000      1.3
  +++ NodeListCache.java        9 Aug 2002 15:18:14 -0000       1.4
  @@ -1,4 +1,3 @@
  -/* $Id$ */
   /*
    * The Apache Software License, Version 1.1
    *
  @@ -64,6 +63,8 @@
    * This class is used, via a pool managed on CoreDocumentImpl, in ParentNode to
    * improve performance of the NodeList accessors, getLength() and item(i).
    * @author Arnaud  Le Hors, IBM
  + *
  + * @version $Id$
    */
   class NodeListCache implements Serializable {
       /** Cached node list length. */
  
  
  
  1.35      +1 -1      xml-xerces/java/src/org/apache/xerces/dom/ParentNode.java
  
  Index: ParentNode.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/ParentNode.java,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- ParentNode.java   11 Jun 2002 17:41:24 -0000      1.34
  +++ ParentNode.java   9 Aug 2002 15:18:14 -0000       1.35
  @@ -1,4 +1,3 @@
  -/* $Id$ */
   /*
    * The Apache Software License, Version 1.1
    *
  @@ -103,6 +102,7 @@
    * @author Arnaud  Le Hors, IBM
    * @author Joe Kesselman, IBM
    * @author Andy Clark, IBM
  + * @version $Id$
    */
   public abstract class ParentNode
       extends ChildNode {
  
  
  
  1.5       +4 -0      
xml-xerces/java/src/org/apache/xerces/dom/RangeExceptionImpl.java
  
  Index: RangeExceptionImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/dom/RangeExceptionImpl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RangeExceptionImpl.java   29 Jan 2002 01:15:07 -0000      1.4
  +++ RangeExceptionImpl.java   9 Aug 2002 15:18:14 -0000       1.5
  @@ -58,6 +58,10 @@
   
   import org.w3c.dom.ranges.RangeException;
   
  +/**
  + * @version $Id$
  + */
  +
   public class RangeExceptionImpl extends RangeException {
       public RangeExceptionImpl(short code, String message) {
           super(code,message);
  
  
  
  1.23      +2 -0      xml-xerces/java/src/org/apache/xerces/dom/RangeImpl.java
  
  Index: RangeImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/RangeImpl.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- RangeImpl.java    29 Jan 2002 01:15:07 -0000      1.22
  +++ RangeImpl.java    9 Aug 2002 15:18:14 -0000       1.23
  @@ -69,6 +69,8 @@
   /** The RangeImpl class implements the org.w3c.dom.range.Range interface.
    *  <p> Please see the API documentation for the interface classes  
    *  and use the interfaces in your client programs.
  + *
  + * @version $Id$
    */
   public class RangeImpl  implements Range {
       
  
  
  
  1.7       +4 -0      xml-xerces/java/src/org/apache/xerces/dom/TreeWalkerImpl.java
  
  Index: TreeWalkerImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/TreeWalkerImpl.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- TreeWalkerImpl.java       29 Jan 2002 01:15:07 -0000      1.6
  +++ TreeWalkerImpl.java       9 Aug 2002 15:18:15 -0000       1.7
  @@ -62,6 +62,10 @@
   import org.w3c.dom.traversal.TreeWalker;
   
   /** This class implements the TreeWalker interface. */
  +/**
  + * @version $Id$
  + */
  +
   public class TreeWalkerImpl implements TreeWalker {
       
       //
  
  
  
  1.7       +3 -0      xml-xerces/java/src/org/apache/xerces/dom/events/EventImpl.java
  
  Index: EventImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/events/EventImpl.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- EventImpl.java    29 Jan 2002 01:15:09 -0000      1.6
  +++ EventImpl.java    9 Aug 2002 15:18:16 -0000       1.7
  @@ -67,6 +67,9 @@
       I believe that is the DOM's intent but I don't see an explicit statement
       to this effect.
   */
  +/**
  + * @version $Id$
  + */
   public class EventImpl implements Event
   {
       public String type=null;
  
  
  
  1.7       +5 -0      
xml-xerces/java/src/org/apache/xerces/dom/events/MutationEventImpl.java
  
  Index: MutationEventImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/dom/events/MutationEventImpl.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- MutationEventImpl.java    29 Jan 2002 01:15:09 -0000      1.6
  +++ MutationEventImpl.java    9 Aug 2002 15:18:16 -0000       1.7
  @@ -54,10 +54,15 @@
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  +
   package org.apache.xerces.dom.events;
   
   import org.w3c.dom.Node;
   import org.w3c.dom.events.MutationEvent;
  +
  +/**
  + * @version $Id$
  + */
   
   public class MutationEventImpl 
   extends org.apache.xerces.dom.events.EventImpl 
  
  
  
  1.3       +4 -2      
xml-xerces/java/src/org/apache/xerces/impl/dv/DVFactoryException.java
  
  Index: DVFactoryException.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/DVFactoryException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DVFactoryException.java   29 Jan 2002 01:15:11 -0000      1.2
  +++ DVFactoryException.java   9 Aug 2002 15:18:17 -0000       1.3
  @@ -58,8 +58,10 @@
   package org.apache.xerces.impl.dv;
   
   /**
  - * A runtime exception that's thrown if an error happens when the applicatoin
  - * try to get a DV factory instance.
  + * A runtime exception that's thrown if an error happens when the application
  + * tries to get a DV factory instance.
  + *
  + * @version $Id$
    */
   public class DVFactoryException extends RuntimeException {
       public DVFactoryException() {
  
  
  
  1.2       +1 -0      
xml-xerces/java/src/org/apache/xerces/impl/dv/ValidationContext.java
  
  Index: ValidationContext.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/ValidationContext.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ValidationContext.java    18 Jul 2002 20:48:43 -0000      1.1
  +++ ValidationContext.java    9 Aug 2002 15:18:17 -0000       1.2
  @@ -62,6 +62,7 @@
    * validation of: id, idref, entity, notation, qname
    *
    * @author Sandy Gao, IBM
  + * @version $Id$
    */
   public interface ValidationContext {
       // whether to validate against facets
  
  
  
  1.2       +1 -1      
xml-xerces/java/src/org/apache/xerces/impl/RevalidationHandler.java
  
  Index: RevalidationHandler.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/RevalidationHandler.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RevalidationHandler.java  5 Jun 2002 20:59:13 -0000       1.1
  +++ RevalidationHandler.java  9 Aug 2002 15:18:17 -0000       1.2
  @@ -66,7 +66,7 @@
    * 
    *
    * @author Elena Litani, IBM
  - *
  + * @version $Id$
    */
   public interface RevalidationHandler extends XMLDocumentHandler{
   
  
  
  
  1.4       +1 -0      
xml-xerces/java/src/org/apache/xerces/impl/validation/EntityState.java
  
  Index: EntityState.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/validation/EntityState.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- EntityState.java  29 Jan 2002 01:15:13 -0000      1.3
  +++ EntityState.java  9 Aug 2002 15:18:17 -0000       1.4
  @@ -64,6 +64,7 @@
    * entity validator that will need to validate attributes of type entity.
    * 
    * @author Elena Litani, IBM
  + * @version $Id$
    */
   public interface EntityState {
       /**
  
  
  
  1.6       +1 -0      
xml-xerces/java/src/org/apache/xerces/impl/validation/ValidationManager.java
  
  Index: ValidationManager.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/validation/ValidationManager.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ValidationManager.java    10 Jun 2002 23:52:04 -0000      1.5
  +++ ValidationManager.java    9 Aug 2002 15:18:17 -0000       1.6
  @@ -69,6 +69,7 @@
    * that there are others and that some coordination is required.
    * 
    * @author Elena Litani, IBM
  + * @version $Id$
    */
   public class ValidationManager {
   
  
  
  
  1.3       +2 -0      
xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/BMPattern.java
  
  Index: BMPattern.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/BMPattern.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BMPattern.java    29 Jan 2002 01:15:14 -0000      1.2
  +++ BMPattern.java    9 Aug 2002 15:18:17 -0000       1.3
  @@ -61,6 +61,8 @@
   
   /**
    * Boyer-Moore searcher.
  + *
  + * @version $Id$
    */
   public class BMPattern {
       char[] pattern;
  
  
  
  1.4       +1 -0      
xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/Match.java
  
  Index: Match.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/Match.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Match.java        29 Jan 2002 01:15:14 -0000      1.3
  +++ Match.java        9 Aug 2002 15:18:17 -0000       1.4
  @@ -69,6 +69,7 @@
    * @see RegularExpression#matches(java.lang.String, int, int, Match)
    * @see RegularExpression#matches(java.lang.String, Match)
    * @author TAMURA Kent &lt;[EMAIL PROTECTED]&gt;
  + * @version $Id$
    */
   public class Match implements Cloneable {
       int[] beginpos = null;
  
  
  
  1.3       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/Op.java
  
  Index: Op.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/Op.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Op.java   29 Jan 2002 01:15:14 -0000      1.2
  +++ Op.java   9 Aug 2002 15:18:17 -0000       1.3
  @@ -60,6 +60,7 @@
   import java.util.Vector;
   
   /**
  + * @version $Id$
    */
   class Op {
       static final int DOT = 0;
  
  
  
  1.3       +1 -0      
xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/ParseException.java
  
  Index: ParseException.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/ParseException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ParseException.java       29 Jan 2002 01:15:14 -0000      1.2
  +++ ParseException.java       9 Aug 2002 15:18:17 -0000       1.3
  @@ -60,6 +60,7 @@
   /**
    *
    * @author TAMURA Kent &lt;[EMAIL PROTECTED]&gt;
  + * @version $Id$
    */
   public class ParseException extends RuntimeException {
       int location;
  
  
  
  1.4       +1 -0      
xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/ParserForXMLSchema.java
  
  Index: ParserForXMLSchema.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/ParserForXMLSchema.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ParserForXMLSchema.java   9 Jul 2002 20:48:59 -0000       1.3
  +++ ParserForXMLSchema.java   9 Aug 2002 15:18:17 -0000       1.4
  @@ -64,6 +64,7 @@
    * A regular expression parser for the XML Shema.
    *
    * @author TAMURA Kent &lt;[EMAIL PROTECTED]&gt;
  + * @version $Id$
    */
   class ParserForXMLSchema extends RegexParser {
   
  
  
  
  1.4       +2 -0      
xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/RangeToken.java
  
  Index: RangeToken.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/RangeToken.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RangeToken.java   3 Jul 2002 22:21:31 -0000       1.3
  +++ RangeToken.java   9 Aug 2002 15:18:17 -0000       1.4
  @@ -59,6 +59,8 @@
   
   /**
    * This class represents a character class such as [a-z] or a period.
  + *
  + * @version $Id$
    */
   final class RangeToken extends Token implements java.io.Serializable {
   
  
  
  
  1.4       +2 -0      
xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/RegexParser.java
  
  Index: RegexParser.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/RegexParser.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RegexParser.java  3 Jul 2002 22:21:31 -0000       1.3
  +++ RegexParser.java  9 Aug 2002 15:18:17 -0000       1.4
  @@ -64,6 +64,8 @@
   
   /**
    * A Regular Expression Parser.
  + *
  + * @version $Id$
    */
   class RegexParser {
       static final int T_CHAR = 0;
  
  
  
  1.5       +1 -0      
xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/RegularExpression.java
  
  Index: RegularExpression.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/RegularExpression.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RegularExpression.java    9 Jul 2002 20:48:59 -0000       1.4
  +++ RegularExpression.java    9 Aug 2002 15:18:17 -0000       1.5
  @@ -517,6 +517,7 @@
    * <hr width="50%">
    *
    * @author TAMURA Kent &lt;[EMAIL PROTECTED]&gt;
  + * @version $Id$
    */
   public class RegularExpression implements java.io.Serializable {
       static final boolean DEBUG = false;
  
  
  
  1.6       +4 -0      
xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/REUtil.java
  
  Index: REUtil.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/REUtil.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- REUtil.java       9 Jul 2002 20:48:59 -0000       1.5
  +++ REUtil.java       9 Aug 2002 15:18:17 -0000       1.6
  @@ -59,6 +59,10 @@
   
   import java.text.CharacterIterator;
   
  +/**
  + * @version $Id$
  + */
  +
   public final class REUtil {
       private REUtil() {
       }
  
  
  
  1.6       +2 -0      
xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/Token.java
  
  Index: Token.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/Token.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Token.java        24 Jul 2002 13:34:01 -0000      1.5
  +++ Token.java        9 Aug 2002 15:18:17 -0000       1.6
  @@ -62,6 +62,8 @@
   
   /**
    * This class represents a node in parse tree.
  + *
  + * @version $Id$
    */
   class Token implements java.io.Serializable {
       static final boolean COUNTTOKENS = true;
  
  
  
  1.12      +1 -0      
xml-xerces/java/src/org/apache/xerces/impl/xs/AttributePSVImpl.java
  
  Index: AttributePSVImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/AttributePSVImpl.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- AttributePSVImpl.java     17 Jul 2002 14:02:01 -0000      1.11
  +++ AttributePSVImpl.java     9 Aug 2002 15:18:18 -0000       1.12
  @@ -71,6 +71,7 @@
    * The PSVI information for attributes will be available at the startElement call.
    *
    * @author Elena Litani IBM
  + * @version $Id$
    */
   public class AttributePSVImpl implements AttributePSVI {
   
  
  
  
  1.18      +1 -0      
xml-xerces/java/src/org/apache/xerces/impl/xs/ElementPSVImpl.java
  
  Index: ElementPSVImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/ElementPSVImpl.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- ElementPSVImpl.java       17 Jul 2002 14:02:01 -0000      1.17
  +++ ElementPSVImpl.java       9 Aug 2002 15:18:18 -0000       1.18
  @@ -74,6 +74,7 @@
    * default
    *
    * @author Elena Litani IBM
  + * @version $Id$
    */
   public class ElementPSVImpl implements ElementPSVI {
   
  
  
  
  1.5       +1 -1      
xml-xerces/java/src/org/apache/xerces/impl/xs/identity/IDValue.java
  
  Index: IDValue.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/identity/IDValue.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- IDValue.java      9 Jul 2002 20:49:00 -0000       1.4
  +++ IDValue.java      9 Aug 2002 15:18:18 -0000       1.5
  @@ -71,7 +71,7 @@
    * functionality to determine whether two instances are duplicates.</p>
    *
    * @author Neil Graham, IBM
  - *
  + * @version $Id$
    */
   public class IDValue {
   
  
  
  
  1.4       +1 -0      
xml-xerces/java/src/org/apache/xerces/impl/xs/models/XSEmptyCM.java
  
  Index: XSEmptyCM.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/models/XSEmptyCM.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSEmptyCM.java    29 Jan 2002 01:15:16 -0000      1.3
  +++ XSEmptyCM.java    9 Aug 2002 15:18:19 -0000       1.4
  @@ -69,6 +69,7 @@
    *
    * @author Elena Litani, Lisa Martin
    * @author IBM
  + * @version $Id$
    */
   public class XSEmptyCM  implements XSCMValidator {
   
  
  
  
  1.2       +2 -0      
xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/ObjectList.java
  
  Index: ObjectList.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/ObjectList.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ObjectList.java   17 Jun 2002 18:41:46 -0000      1.1
  +++ ObjectList.java   9 Aug 2002 15:18:19 -0000       1.2
  @@ -59,6 +59,8 @@
   
   /**
    *  The <code>ObjectList</code> is an ordered collection of generic objects. 
  + *
  + * @version $Id$
    */
   public interface ObjectList {
       /**
  
  
  
  1.2       +2 -0      
xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/StringList.java
  
  Index: StringList.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/StringList.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- StringList.java   17 Jun 2002 18:41:46 -0000      1.1
  +++ StringList.java   9 Aug 2002 15:18:19 -0000       1.2
  @@ -60,6 +60,8 @@
   
   /**
    *  The <code>StringList</code> is an ordered collection of strings. 
  + *
  + * @version $Id$
    */
   public interface StringList {
       /**
  
  
  
  1.4       +4 -0      
xml-xerces/java/src/org/apache/xerces/jaxp/DefaultValidationErrorHandler.java
  
  Index: DefaultValidationErrorHandler.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/jaxp/DefaultValidationErrorHandler.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DefaultValidationErrorHandler.java        29 Jan 2002 01:15:17 -0000      1.3
  +++ DefaultValidationErrorHandler.java        9 Aug 2002 15:18:19 -0000       1.4
  @@ -60,6 +60,10 @@
   import org.xml.sax.SAXParseException;
   import org.xml.sax.helpers.DefaultHandler;
   
  +/**
  + * @version $Id$
  + */
  +
   class DefaultValidationErrorHandler extends DefaultHandler {
       static private int ERROR_COUNT_LIMIT = 10;
       private int errorCount = 0;
  
  
  
  1.13      +1 -1      
xml-xerces/java/src/org/apache/xerces/jaxp/DocumentBuilderFactoryImpl.java
  
  Index: DocumentBuilderFactoryImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/jaxp/DocumentBuilderFactoryImpl.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- DocumentBuilderFactoryImpl.java   29 Jan 2002 01:15:17 -0000      1.12
  +++ DocumentBuilderFactoryImpl.java   9 Aug 2002 15:18:19 -0000       1.13
  @@ -1,5 +1,4 @@
   /*
  - * $Id$
    *
    * The Apache Software License, Version 1.1
    *
  @@ -72,6 +71,7 @@
   /**
    * @author Rajiv Mordani
    * @author Edwin Goei
  + * @version $Id$
    */
   public class DocumentBuilderFactoryImpl extends DocumentBuilderFactory {
       /** These are DocumentBuilderFactory attributes not DOM attributes */
  
  
  
  1.18      +1 -1      
xml-xerces/java/src/org/apache/xerces/jaxp/DocumentBuilderImpl.java
  
  Index: DocumentBuilderImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/jaxp/DocumentBuilderImpl.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- DocumentBuilderImpl.java  9 Feb 2002 19:39:59 -0000       1.17
  +++ DocumentBuilderImpl.java  9 Aug 2002 15:18:19 -0000       1.18
  @@ -1,5 +1,4 @@
   /*
  - * $Id$
    *
    * The Apache Software License, Version 1.1
    *
  @@ -88,6 +87,7 @@
   /**
    * @author Rajiv Mordani
    * @author Edwin Goei
  + * @version $Id$
    */
   public class DocumentBuilderImpl extends DocumentBuilder
           implements JAXPConstants
  
  
  
  1.2       +1 -1      xml-xerces/java/src/org/apache/xerces/jaxp/JAXPConstants.java
  
  Index: JAXPConstants.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/jaxp/JAXPConstants.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JAXPConstants.java        3 Feb 2002 17:58:13 -0000       1.1
  +++ JAXPConstants.java        9 Aug 2002 15:18:19 -0000       1.2
  @@ -1,5 +1,4 @@
   /*
  - * $Id$
    *
    * The Apache Software License, Version 1.1
    *
  @@ -67,6 +66,7 @@
    * in future JAXP spec versions, this interface can be removed.
    *
    * @author Edwin Goei
  + * @version $Id$
    */
   public interface JAXPConstants {
       static final String JAXP_SCHEMA_LANGUAGE =
  
  
  
  1.8       +1 -1      
xml-xerces/java/src/org/apache/xerces/jaxp/SAXParserFactoryImpl.java
  
  Index: SAXParserFactoryImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/jaxp/SAXParserFactoryImpl.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- SAXParserFactoryImpl.java 29 Jan 2002 01:15:17 -0000      1.7
  +++ SAXParserFactoryImpl.java 9 Aug 2002 15:18:19 -0000       1.8
  @@ -1,5 +1,4 @@
   /*
  - * $Id$
    *
    * The Apache Software License, Version 1.1
    *
  @@ -72,6 +71,7 @@
   /**
    * @author Rajiv Mordani
    * @author Edwin Goei
  + * @version $Id$
    */
   
   /**
  
  
  
  1.17      +1 -1      xml-xerces/java/src/org/apache/xerces/jaxp/SAXParserImpl.java
  
  Index: SAXParserImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/jaxp/SAXParserImpl.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- SAXParserImpl.java        3 Feb 2002 17:58:13 -0000       1.16
  +++ SAXParserImpl.java        9 Aug 2002 15:18:19 -0000       1.17
  @@ -1,5 +1,4 @@
   /*
  - * $Id$
    *
    * The Apache Software License, Version 1.1
    *
  @@ -79,6 +78,7 @@
   /**
    * @author Rajiv Mordani
    * @author Edwin Goei
  + * @version $Id$
    */
   
   /**
  
  
  
  1.18      +1 -1      
xml-xerces/java/src/org/apache/xerces/parsers/DOMBuilderImpl.java
  
  Index: DOMBuilderImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/parsers/DOMBuilderImpl.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- DOMBuilderImpl.java       9 Aug 2002 13:47:18 -0000       1.17
  +++ DOMBuilderImpl.java       9 Aug 2002 15:18:19 -0000       1.18
  @@ -99,7 +99,7 @@
    * @author Pavani Mukthipudi, Sun Microsystems Inc.
    * @author Elena Litani, IBM
    * @author Rahul Srivastava, Sun Microsystems Inc.
  - *
  + * @version $Id$
    */
   
   
  
  
  
  1.6       +1 -0      
xml-xerces/java/src/org/apache/xerces/util/AugmentationsImpl.java
  
  Index: AugmentationsImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/util/AugmentationsImpl.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- AugmentationsImpl.java    4 Jun 2002 16:51:14 -0000       1.5
  +++ AugmentationsImpl.java    9 Aug 2002 15:18:19 -0000       1.6
  @@ -71,6 +71,7 @@
    * <p>
    * 
    * @author Elena Litani, IBM
  + * @version $Id$
    */
   public class AugmentationsImpl implements Augmentations{
       
  
  
  
  1.5       +1 -1      
xml-xerces/java/src/org/apache/xerces/util/DOMEntityResolverWrapper.java
  
  Index: DOMEntityResolverWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/util/DOMEntityResolverWrapper.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- DOMEntityResolverWrapper.java     11 Jun 2002 17:41:25 -0000      1.4
  +++ DOMEntityResolverWrapper.java     9 Aug 2002 15:18:19 -0000       1.5
  @@ -78,7 +78,7 @@
    *
    * @author Gopal Sharma, SUN MicroSystems Inc.
    * @author Elena Litani, IBM 
  - * 
  + * @version $Id$
    */
   public class DOMEntityResolverWrapper
       implements XMLEntityResolver {
  
  
  
  1.4       +1 -0      
xml-xerces/java/src/org/apache/xerces/util/DOMErrorHandlerWrapper.java
  
  Index: DOMErrorHandlerWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/util/DOMErrorHandlerWrapper.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DOMErrorHandlerWrapper.java       11 Jun 2002 17:41:25 -0000      1.3
  +++ DOMErrorHandlerWrapper.java       9 Aug 2002 15:18:19 -0000       1.4
  @@ -74,6 +74,7 @@
    * @see DOMErrorHandler
    *
    * @author Gopal Sharma, SUN Microsystems Inc.
  + * @version $Id$
    */
   
   // REVISIT: current implementations wraps error several times:
  
  
  
  1.2       +2 -0      
xml-xerces/java/src/org/apache/xerces/util/ShadowedSymbolTable.java
  
  Index: ShadowedSymbolTable.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/util/ShadowedSymbolTable.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ShadowedSymbolTable.java  1 Jun 2002 16:36:36 -0000       1.1
  +++ ShadowedSymbolTable.java  9 Aug 2002 15:18:19 -0000       1.2
  @@ -67,7 +67,9 @@
    * to the component using this table.
    * 
    * @author Andy Clark IBM
  + * @version $Id$
    */
  +
   public final class ShadowedSymbolTable
   extends SymbolTable {
   
  
  
  
  1.2       +10 -8     
xml-xerces/java/src/org/apache/xerces/util/SynchronizedSymbolTable.java
  
  Index: SynchronizedSymbolTable.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/util/SynchronizedSymbolTable.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SynchronizedSymbolTable.java      7 Feb 2002 22:17:29 -0000       1.1
  +++ SynchronizedSymbolTable.java      9 Aug 2002 15:18:19 -0000       1.2
  @@ -57,14 +57,16 @@
   
   package org.apache.xerces.util;
   
  -    /**
  -     * Synchronized symbol table.
  -     *
  -     * This class moved into the util package since it's needed by multiple
  -     * other classes (CachingParserPool, XMLGrammarCachingConfiguration).
  -     *
  -     * @author Andy Clark, IBM
  -     */
  +/**
  + * Synchronized symbol table.
  + *
  + * This class moved into the util package since it's needed by multiple
  + * other classes (CachingParserPool, XMLGrammarCachingConfiguration).
  + *
  + * @author Andy Clark, IBM
  + * @version $Id$
  + */
  +
   public final class SynchronizedSymbolTable
       extends SymbolTable {
           
  
  
  
  1.5       +2 -0      xml-xerces/java/src/org/apache/xerces/xni/Augmentations.java
  
  Index: Augmentations.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/xni/Augmentations.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Augmentations.java        29 Jan 2002 01:15:19 -0000      1.4
  +++ Augmentations.java        9 Aug 2002 15:18:20 -0000       1.5
  @@ -73,7 +73,9 @@
    * should not save any reference to the structure.
    * 
    * @author Elena Litani, IBM
  + * @version $Id$
    */
  +
   public interface Augmentations {
       
       
  
  
  

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

Reply via email to