[java-opensaml] branch master updated: Fix issue with Javadoc (again).
Brent Putman
putmanb at georgetown.edu
Fri May 29 06:36:26 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=a9c0ec1eea7331382e32b3f2241f04dcc14b6ae3
The following commit(s) were added to refs/heads/master by this push:
new a9c0ec1ee Fix issue with Javadoc (again).
a9c0ec1ee is described below
commit a9c0ec1eea7331382e32b3f2241f04dcc14b6ae3
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Fri May 29 02:36:24 2020 -0400
Fix issue with Javadoc (again).
---
.../main/java/org/opensaml/core/xml/io/AbstractXMLObjectMarshaller.java | 2 +-
1 file changed, 1 insertion(+), 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 aa39771a0..03fb73119 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
@@ -401,7 +401,7 @@ public abstract class AbstractXMLObjectMarshaller implements Marshaller {
*
* 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(AttributeMap, Element)}.
+ * 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