[java-identity-provider COMMIT] /trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/BaseCryptoTran...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Feb 7 06:48:46 EST 2014
Author: rdw
Date: Fri Feb 7 06:48:46 2014
New Revision: 5336
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5336&view=rev
Log:
Remove log - it isn't used
Modified:
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/BaseCryptoTransientDecoder.java
Modified: trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/BaseCryptoTransientDecoder.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/BaseCryptoTransientDecoder.java?rev=5336&r1=5335&r2=5336&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/BaseCryptoTransientDecoder.java (original)
+++ trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/BaseCryptoTransientDecoder.java Fri Feb 7 06:48:46 2014
@@ -31,17 +31,11 @@
import net.shibboleth.utilities.java.support.security.DataSealer;
import net.shibboleth.utilities.java.support.security.DataSealerException;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
/**
* An abstract action which contains the logic to do crypto transient decoding matching. This reverses the work done by
* {@link net.shibboleth.idp.attribute.resolver.impl.ad.CryptoTransientIdAttributeDefinition}
*/
public abstract class BaseCryptoTransientDecoder extends AbstractIdentifiableInitializableComponent {
-
- /** Class logger. */
- @Nonnull private final Logger log = LoggerFactory.getLogger(BaseCryptoTransientDecoder.class);
/** Object used to protect and encrypt the data. */
@NonnullAfterInit private DataSealer dataSealer;
More information about the commits
mailing list