You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sb...@apache.org on 2001/01/02 04:50:49 UTC

cvs commit: xml-xalan/java/src/org/w3c/dom/range RangeException.java

sboag       01/01/01 19:50:49

  Modified:    java/src/org/w3c/dom DOMException.java
               java/src/org/w3c/dom/range RangeException.java
  Log:
  Minor javadoc tweaks to make clean doc build.
  
  Revision  Changes    Path
  1.3       +1 -0      xml-xalan/java/src/org/w3c/dom/DOMException.java
  
  Index: DOMException.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/w3c/dom/DOMException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DOMException.java	2000/11/15 19:41:06	1.2
  +++ DOMException.java	2001/01/02 03:50:48	1.3
  @@ -34,6 +34,7 @@
          super(message);
          this.code = code;
       }
  +    /** @serial */
       public short   code;
       // ExceptionCode
       /**
  
  
  
  1.2       +1 -0      xml-xalan/java/src/org/w3c/dom/range/RangeException.java
  
  Index: RangeException.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/w3c/dom/range/RangeException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RangeException.java	2000/10/02 02:43:16	1.1
  +++ RangeException.java	2001/01/02 03:50:49	1.2
  @@ -21,6 +21,7 @@
          super(message);
          this.code = code;
       }
  +    /** @serial */
       public short   code;
       // RangeExceptionCode
       public static final short BAD_BOUNDARYPOINTS_ERR    = 1;