[java-opensaml] branch master updated: Fix problematic Javadoc.
Brent Putman
putmanb at georgetown.edu
Sat Jan 25 22:01:27 EST 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=b0b257f6e4847ff53fbe05883afabd85828cc885
The following commit(s) were added to refs/heads/master by this push:
new b0b257f Fix problematic Javadoc.
b0b257f is described below
commit b0b257f6e4847ff53fbe05883afabd85828cc885
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Sat Jan 25 22:01:07 2020 -0500
Fix problematic Javadoc.
---
.../saml2/profile/impl/DefaultAssertionValidationContextBuilder.java | 2 +-
1 file changed, 1 insertion(+), 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 e47887c..cd376a4 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
@@ -441,6 +441,7 @@ public class DefaultAssertionValidationContextBuilder
*
* <p>
* This implementation returns a set containing the 2 values;
+ * </p>
* <ol>
* <li>
* {@link javax.servlet.http.HttpServletRequest#getRequestURL()}
@@ -449,7 +450,6 @@ public class DefaultAssertionValidationContextBuilder
* if present, {@link SAMLSelfEntityContext#getEntityId()}
* </li>
* </ol>
- * </p>
*
* @param input the assertion validation input
*
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list