[java-opensaml] branch master updated: A a missing Javadoc @param value.

Brent Putman putmanb at georgetown.edu
Tue Feb 4 23:20:13 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=d18b7cb568a31ead81160369036452d95b93572f

The following commit(s) were added to refs/heads/master by this push:
       new  d18b7cb   A a missing Javadoc @param value.
d18b7cb is described below

commit d18b7cb568a31ead81160369036452d95b93572f
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Tue Feb 4 23:17:23 2020 -0500

    A a missing Javadoc @param value.
---
 .../saml/saml2/assertion/impl/AbstractSubjectConfirmationValidator.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/assertion/impl/AbstractSubjectConfirmationValidator.java b/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/assertion/impl/AbstractSubjectConfirmationValidator.java
index 3c4a069..cc79e8b 100644
--- a/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/assertion/impl/AbstractSubjectConfirmationValidator.java
+++ b/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/assertion/impl/AbstractSubjectConfirmationValidator.java
@@ -298,7 +298,7 @@ public abstract class AbstractSubjectConfirmationValidator implements SubjectCon
      *  being validated
      * @param assertion assertion bearing the confirmation method
      * @param context current validation context
-     * @param required 
+     * @param required whether the NotBefore value is required
      * 
      * @return the result of the validation evaluation
      * 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list