[java-opensaml] branch main updated: Work around Javadoc plugin bug.
Scott Cantor
cantor.2 at osu.edu
Tue Jul 6 12:44:32 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=c0b1ce1076e2ddfcf337a96bbec49991989c847e
The following commit(s) were added to refs/heads/main by this push:
new c0b1ce107 Work around Javadoc plugin bug.
c0b1ce107 is described below
commit c0b1ce1076e2ddfcf337a96bbec49991989c847e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jul 6 08:44:29 2021 -0400
Work around Javadoc plugin bug.
---
.../saml2/profile/impl/DefaultAssertionValidationContextBuilder.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/DefaultAssertionValidationContextBuilder.java b/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/DefaultAssertionValidationContextBuilder.java
index 713dabfc4..2c51c7e4a 100644
--- a/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/DefaultAssertionValidationContextBuilder.java
+++ b/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/DefaultAssertionValidationContextBuilder.java
@@ -34,6 +34,7 @@ import java.util.stream.Collectors;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
+import javax.servlet.http.HttpServletRequest;
import javax.xml.namespace.QName;
import org.opensaml.core.criterion.EntityIdCriterion;
@@ -886,7 +887,7 @@ public class DefaultAssertionValidationContextBuilder
* <ol>
* <li>
* the result of evaluating
- * {@link SAMLBindingSupport#getActualReceiverEndpointURI(MessageContext, javax.servlet.http.HttpServletRequest)}
+ * {@link SAMLBindingSupport#getActualReceiverEndpointURI(MessageContext, HttpServletRequest)}
* </li>
* <li>
* if enabled via the eval of {@link #getIncludeSelfEntityIDAsRecipient()}, the value from evaluating
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list