You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2006/09/13 02:04:41 UTC

svn commit: r442761 - /db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/XML.java

Author: fuzzylogic
Date: Tue Sep 12 17:04:40 2006
New Revision: 442761

URL: http://svn.apache.org/viewvc?view=rev&rev=442761
Log:
Minor javadoc fix for iapi/types/XML.java

Committed for Army Brown <qo...@gmail.com>

Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/XML.java

Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/XML.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/XML.java?view=diff&rev=442761&r1=442760&r2=442761
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/XML.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/XML.java Tue Sep 12 17:04:40 2006
@@ -151,14 +151,14 @@
 
     /**
      * Private constructor used for the getClone() method.
+     * Returns a new instance of XML whose fields are clones
+     * of the values received.
      *
      * @param val A SQLChar instance to clone and use for
      *  this XML value.
      * @param xmlType Qualified XML type for "val"
      * @param seqWithAttr Whether or not "val" corresponds to
      *  sequence with one or more top-level attribute nodes.
-     * @return A new instance of XML whose fields are clones
-     *  of the values received.
      */
     private XML(SQLChar val, int xmlType, boolean seqWithAttr)
     {