You are viewing a plain text version of this content. The canonical link for it is here.
Posted to crimson-cvs@xml.apache.org by ed...@apache.org on 2001/01/22 23:18:15 UTC

cvs commit: xml-crimson/src/org/apache/crimson/tree AttributeSet.java

edwingo     01/01/22 14:18:15

  Modified:    src/org/apache/crimson/tree AttributeSet.java
  Log:
  minor clean up
  
  Revision  Changes    Path
  1.3       +2 -3      xml-crimson/src/org/apache/crimson/tree/AttributeSet.java
  
  Index: AttributeSet.java
  ===================================================================
  RCS file: /home/cvs/xml-crimson/src/org/apache/crimson/tree/AttributeSet.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AttributeSet.java	2001/01/20 01:07:23	1.2
  +++ AttributeSet.java	2001/01/22 22:18:12	1.3
  @@ -1,5 +1,5 @@
   /*
  - * $Id: AttributeSet.java,v 1.2 2001/01/20 01:07:23 edwingo Exp $
  + * $Id: AttributeSet.java,v 1.3 2001/01/22 22:18:12 edwingo Exp $
    *
    * The Apache Software License, Version 1.1
    *
  @@ -66,7 +66,6 @@
   
   import org.w3c.dom.*;
   
  -import org.xml.sax.AttributeList;
   import org.xml.sax.Attributes;
   
   import org.apache.crimson.parser.AttributesEx;
  @@ -80,7 +79,7 @@
    * document or was instead defaulted by attribute processing.
    *
    * @author David Brownell
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   final
   class AttributeSet implements NamedNodeMap, XmlWritable