[java-opensaml] branch master updated: Javadoc nit

Brent Putman putmanb at georgetown.edu
Mon Sep 24 18:45:26 EDT 2018


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=7e77f5302854e71df3b72f081ac69d1c416335cb

The following commit(s) were added to refs/heads/master by this push:
       new  7e77f53   Javadoc nit
7e77f53 is described below

commit 7e77f5302854e71df3b72f081ac69d1c416335cb
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Mon Sep 24 18:45:04 2018 -0400

    Javadoc nit
---
 .../opensaml/saml/saml2/binding/decoding/impl/HTTPArtifactDecoder.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/binding/decoding/impl/HTTPArtifactDecoder.java b/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/binding/decoding/impl/HTTPArtifactDecoder.java
index 88cd9ae..72f7003 100644
--- a/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/binding/decoding/impl/HTTPArtifactDecoder.java
+++ b/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/binding/decoding/impl/HTTPArtifactDecoder.java
@@ -347,8 +347,7 @@ public class HTTPArtifactDecoder extends BaseHttpServletRequestXMLMessageDecoder
     /**
      * Set the SOAP client security configuration profile ID to use.
      * 
-     * @param profileID the profile ID, or null
-     * @return this builder instance
+     * @param profileId the profile ID, or null
      */
     @Nonnull public void setSOAPClientSecurityConfigurationProfileId(@Nullable final String profileId) {
         soapClientSecurityConfigurationProfileId = StringSupport.trimOrNull(profileId);

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


More information about the commits mailing list