You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by el...@apache.org on 2001/07/11 16:28:26 UTC

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

elena       01/07/11 07:28:25

  Modified:    java/src/org/apache/xerces/dom DOMImplementationImpl.java
  Log:
  small typo in javadoc: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2557
  
  Revision  Changes    Path
  1.13      +1 -1      xml-xerces/java/src/org/apache/xerces/dom/DOMImplementationImpl.java
  
  Index: DOMImplementationImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DOMImplementationImpl.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- DOMImplementationImpl.java	2001/02/16 21:13:19	1.12
  +++ DOMImplementationImpl.java	2001/07/11 14:28:18	1.13
  @@ -171,7 +171,7 @@
        * @param namespaceURI     The namespace URI of the document
        *                         element to create, or null. 
        * @param qualifiedName    The qualified name of the document
  -     *                         element to create, or null. 
  +     *                         element to create. 
        * @param doctype          The type of document to be created or null.<p>
        *
        *                         When doctype is not null, its
  
  
  

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