[java-opensaml COMMIT] /trunk/opensaml-core/src/main/java/org/opensaml/core/xml/util/XMLObjectSupport.java
noreply at shibboleth.net
noreply at shibboleth.net
Thu Nov 5 16:23:20 EST 2015
Author: putmanb
Date: Thu Nov 5 16:23:19 2015
New Revision: 4388
URL: http://svn.shibboleth.net/view/java-opensaml?rev=4388&view=rev
Log:
Fix Javadocs.
Modified:
trunk/opensaml-core/src/main/java/org/opensaml/core/xml/util/XMLObjectSupport.java
Modified: trunk/opensaml-core/src/main/java/org/opensaml/core/xml/util/XMLObjectSupport.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-core/src/main/java/org/opensaml/core/xml/util/XMLObjectSupport.java?rev=4388&r1=4387&r2=4388&view=diff
==============================================================================
--- trunk/opensaml-core/src/main/java/org/opensaml/core/xml/util/XMLObjectSupport.java (original)
+++ trunk/opensaml-core/src/main/java/org/opensaml/core/xml/util/XMLObjectSupport.java Thu Nov 5 16:23:19 2015
@@ -69,8 +69,8 @@
RootDOMInNewDocument,
/** The cloned XMLObject's DOM will be owned by the same {@link Document} as the input object
- * (the latter possibly newly created by marshalling internally), but will not be disconnected
- * and not be connected to the node tree associated with the {@link Document#getDocumentElement()}.*/
+ * (the latter possibly newly created by marshalling internally), but will not be connected
+ * to the node tree associated with the {@link Document#getDocumentElement()}.*/
UnrootedDOM,
}
More information about the commits
mailing list