You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by je...@locus.apache.org on 2000/10/04 10:53:26 UTC

cvs commit: xml-xerces/java/src/org/apache/html/dom HTMLDocumentImpl.java

jeffreyr    00/10/04 01:53:25

  Modified:    java/src/org/apache/html/dom HTMLDocumentImpl.java
  Log:
  Fixed bug that broke build. Arnaud Le Hors change DOMExceptionImpl
  date: 2000/10/02 21:58:17;  author: lehors;  state: dead;  lines: +0 -0
  updated to DOM Level 2 PR.
  changed code to use DOMException instead of DOMExceptionImpl,
  which is no longer needed
  
  Revision  Changes    Path
  1.8       +0 -0      xml-xerces/java/src/org/apache/html/dom/HTMLDocumentImpl.java
  
  Index: HTMLDocumentImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/html/dom/HTMLDocumentImpl.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- HTMLDocumentImpl.java	2000/03/28 23:02:24	1.7
  +++ HTMLDocumentImpl.java	2000/10/04 08:53:21	1.8
  @@ -65,7 +65,7 @@
   import org.apache.xerces.dom.DocumentImpl;
   import org.apache.xerces.dom.NodeImpl;
   import org.apache.xerces.dom.AttrImpl;
  -import org.apache.xerces.dom.DOMExceptionImpl;
  +import org.w3c.dom.DOMException;
   
   
   /**
  @@ -83,7 +83,7 @@
    * methods ({@link #getURL}, {@link #getCookie}).
    *
    *
  - * @version $Revision: 1.7 $ $Date: 2000/03/28 23:02:24 $
  + * @version $Revision: 1.8 $ $Date: 2000/10/04 08:53:21 $
    * @author <a href="mailto:arkin@exoffice.com">Assaf Arkin</a>
    * @see org.w3c.dom.html.HTMLDocument
    */