[java-opensaml] branch master updated: Fix typo in message.

Scott Cantor cantor.2 at osu.edu
Wed Apr 12 14:19:17 EDT 2017


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

scantor 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=bcf76c951849f0d424035fc0c28062f7f23e0dde

The following commit(s) were added to refs/heads/master by this push:
       new  bcf76c9   Fix typo in message.
bcf76c9 is described below

commit bcf76c951849f0d424035fc0c28062f7f23e0dde
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Apr 12 14:13:22 2017 -0400

    Fix typo in message.
---
 .../saml1/binding/decoding/impl/HttpClientResponseSOAP11Decoder.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml1/binding/decoding/impl/HttpClientResponseSOAP11Decoder.java b/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml1/binding/decoding/impl/HttpClientResponseSOAP11Decoder.java
index 90312dd..c3e5ab5 100644
--- a/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml1/binding/decoding/impl/HttpClientResponseSOAP11Decoder.java
+++ b/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml1/binding/decoding/impl/HttpClientResponseSOAP11Decoder.java
@@ -83,7 +83,7 @@ public class HttpClientResponseSOAP11Decoder
         populateBindingContext(getMessageContext());
         
         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