[java-identity-provider] 03/16: Fix typo in message.

Scott Cantor cantor.2 at osu.edu
Tue Sep 26 12:41:13 EDT 2017


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-3.3
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=669090c83c838a0598251cdd8c86003cc4cdd2b8

commit 669090c83c838a0598251cdd8c86003cc4cdd2b8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Apr 12 14:19:35 2017 -0400

    Fix typo in message.
---
 .../profile/delegation/messaging/impl/LibertyHTTPSOAP11Decoder.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/messaging/impl/LibertyHTTPSOAP11Decoder.java b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/messaging/impl/LibertyHTTPSOAP11Decoder.java
index 16b4b59..1c2cd61 100644
--- a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/messaging/impl/LibertyHTTPSOAP11Decoder.java
+++ b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/messaging/impl/LibertyHTTPSOAP11Decoder.java
@@ -165,7 +165,7 @@ public class LibertyHTTPSOAP11Decoder extends BaseHttpServletRequestXMLMessageDe
         populateBindingContext(getMessageContext());
         
         final SAMLObject samlMessage = getMessageContext().getMessage();
-        log.debug("Decoded SOAP messaged which included SAML message of type {}", samlMessage.getElementQName());
+        log.debug("Decoded SOAP message which included SAML message of type {}", samlMessage.getElementQName());
     }
     
     /**

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


More information about the commits mailing list