You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ra...@apache.org on 2002/02/14 12:49:29 UTC

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

rahuls      02/02/14 03:49:29

  Modified:    java/src/org/apache/xerces/dom NodeImpl.java
  Log:
  Cleaned some javadocs.
  
  Revision  Changes    Path
  1.49      +4 -2      xml-xerces/java/src/org/apache/xerces/dom/NodeImpl.java
  
  Index: NodeImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/NodeImpl.java,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- NodeImpl.java	29 Jan 2002 01:15:07 -0000	1.48
  +++ NodeImpl.java	14 Feb 2002 11:49:28 -0000	1.49
  @@ -115,7 +115,7 @@
    *
    * @author Arnaud  Le Hors, IBM
    * @author Joe Kesselman, IBM
  - * @version $Id: NodeImpl.java,v 1.48 2002/01/29 01:15:07 lehors Exp $
  + * @version $Id: NodeImpl.java,v 1.49 2002/02/14 11:49:28 rahuls Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public abstract class NodeImpl
  @@ -190,8 +190,10 @@
       
       /**
        * Returns the node value.
  +     * @throws DOMException(DOMSTRING_SIZE_ERR)
        */
  -    public String getNodeValue() {
  +    public String getNodeValue()
  +        throws DOMException {
           return null;            // overridden in some subclasses
       }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org