Andrew McIntyre wrote:
On 9/12/06, Army <[EMAIL PROTECTED]> wrote:
Ack, keep forgetting to run javadoc before posting my patches.
Attached diff should fix it (this will have to be ported to
10.2, as well). Any committers out there available for what
should be a harmless commit?
Done, thanks Army.
andrew
Can this javadoc-only patch be ported to 10.2, as well? It's minor, I know, but
still it'd be nice...
Army
Index: java/engine/org/apache/derby/iapi/types/XML.java
===================================================================
--- java/engine/org/apache/derby/iapi/types/XML.java (revision 442294)
+++ java/engine/org/apache/derby/iapi/types/XML.java (working copy)
@@ -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)
{