[java-identity-provider COMMIT] /trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/DecodeMessage.java

noreply at shibboleth.net noreply at shibboleth.net
Thu Mar 7 22:11:07 EST 2013


Author: tzeller
Date: Thu Mar  7 22:11:07 2013
New Revision: 4311

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4311&view=rev
Log:
Remove unused import.

Modified:
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/DecodeMessage.java

Modified: trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/DecodeMessage.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/DecodeMessage.java?rev=4311&r1=4310&r2=4311&view=diff
==============================================================================
--- trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/DecodeMessage.java (original)
+++ trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/DecodeMessage.java Thu Mar  7 22:11:07 2013
@@ -30,6 +30,7 @@
 import net.shibboleth.idp.profile.HttpServletRequestMessageDecoderFactory;
 import net.shibboleth.idp.profile.ProfileException;
 import net.shibboleth.idp.profile.ProfileRequestContext;
+import net.shibboleth.utilities.java.support.component.ComponentInitializationException;
 import net.shibboleth.utilities.java.support.logic.Constraint;
 
 import org.opensaml.messaging.context.MessageContext;
@@ -70,7 +71,7 @@
             log.debug("Action {}: Using message decoder of type {} for this request", getId(), decoder.getClass()
                     .getName());
 
-            log.debug("Action {}: Decoding incoming request", getId());
+            log.debug("Action {}: Decoding incoming request", getId());         
             decoder.decode();
             final MessageContext msgContext = decoder.getMessageContext();
             decoder.destroy();



More information about the commits mailing list