[java-opensaml] 06/16: Enhance Javadocs.
Brent Putman
putmanb at georgetown.edu
Sun Dec 17 00:08:16 EST 2017
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=3f3dd53c6462c3e75eab79e3980187a5ec5017db
commit 3f3dd53c6462c3e75eab79e3980187a5ec5017db
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Thu Sep 14 21:40:40 2017 -0400
Enhance Javadocs.
---
.../binding/impl/PopulateSignatureSigningParametersHandler.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/opensaml-saml-impl/src/main/java/org/opensaml/saml/common/binding/impl/PopulateSignatureSigningParametersHandler.java b/opensaml-saml-impl/src/main/java/org/opensaml/saml/common/binding/impl/PopulateSignatureSigningParametersHandler.java
index 3ddb3c0..10a67a8 100644
--- a/opensaml-saml-impl/src/main/java/org/opensaml/saml/common/binding/impl/PopulateSignatureSigningParametersHandler.java
+++ b/opensaml-saml-impl/src/main/java/org/opensaml/saml/common/binding/impl/PopulateSignatureSigningParametersHandler.java
@@ -51,8 +51,8 @@ import net.shibboleth.utilities.java.support.resolver.ResolverException;
/**
* Handler that resolves and populates {@link SignatureSigningParameters} on a {@link SecurityParametersContext}
- * created/accessed via a lookup function.
- *
+ * created/accessed via a lookup function, by default as an immediate child context of the target
+ * {@link MessageContext}.
*/
public class PopulateSignatureSigningParametersHandler extends AbstractMessageHandler {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list