[java-opensaml] branch master updated: Fix issue with Javadoc.
Brent Putman
putmanb at georgetown.edu
Fri May 29 03:44:01 UTC 2020
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch master
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=f589a4ff99230617f76e8858b23220ba9d23334b
The following commit(s) were added to refs/heads/master by this push:
new f589a4ff9 Fix issue with Javadoc.
f589a4ff9 is described below
commit f589a4ff99230617f76e8858b23220ba9d23334b
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Thu May 28 23:43:59 2020 -0400
Fix issue with Javadoc.
---
.../java/org/opensaml/core/xml/io/AbstractXMLObjectMarshaller.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/opensaml-core/src/main/java/org/opensaml/core/xml/io/AbstractXMLObjectMarshaller.java b/opensaml-core/src/main/java/org/opensaml/core/xml/io/AbstractXMLObjectMarshaller.java
index 15516b455..aa39771a0 100644
--- a/opensaml-core/src/main/java/org/opensaml/core/xml/io/AbstractXMLObjectMarshaller.java
+++ b/opensaml-core/src/main/java/org/opensaml/core/xml/io/AbstractXMLObjectMarshaller.java
@@ -400,7 +400,8 @@ public abstract class AbstractXMLObjectMarshaller implements Marshaller {
* Marshalls the IDness of the ID attribute present on the element, if any.
*
* The default implementation here handles the wildcard attributes in the {@link AttributeMap} if the XMLObject
- * is an instance of {@link AttributeExtensibleXMLObject}, via {@link XMLObjectSupport.marshallAttributeMapIDness}.
+ * is an instance of {@link AttributeExtensibleXMLObject},
+ * via {@link XMLObjectSupport.marshallAttributeMapIDness(AttributeMap, Element)}.
*
* @param xmlObject the XMLObject to marshall
* @param domElement the W3C DOM element
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list