You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by rp...@locus.apache.org on 2000/01/06 22:56:57 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/domx DOMException.java

rpfeiffe    00/01/06 13:56:57

  Modified:    java/src/org/apache/xerces/domx DOMException.java
  Log:
  DOM Level 2 - small fixes
  
  Revision  Changes    Path
  1.2       +0 -3      xml-xerces/java/src/org/apache/xerces/domx/DOMException.java
  
  Index: DOMException.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/domx/DOMException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOMException.java	1999/11/09 01:13:00	1.1
  +++ DOMException.java	2000/01/06 21:56:57	1.2
  @@ -74,9 +74,6 @@
    * descriptions.
    */
   public abstract class DOMException extends org.w3c.dom.DOMException {
  -  // DOM Level 2 additions
  -  public static final short           INVALID_STATE_ERR = 11;
  -
     // DOM has named these but hasn't values yet. Stopgap:
     public static final short           UNSPECIFIED_EVENT_TYPE= 100;
     public static final short           UNSUPPORTED_EVENT_TYPE= 101;