[java-identity-provider COMMIT] /trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/PreserveAuthenticat...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Apr 21 14:13:15 EDT 2016
Author: scantor
Date: Thu Apr 21 14:13:15 2016
New Revision: 8208
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8208&view=rev
Log:
Fix class logger.
Modified:
trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/PreserveAuthenticationFlowState.java
Modified: trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/PreserveAuthenticationFlowState.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/PreserveAuthenticationFlowState.java?rev=8208&r1=8207&r2=8208&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/PreserveAuthenticationFlowState.java (original)
+++ trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/PreserveAuthenticationFlowState.java Thu Apr 21 14:13:15 2016
@@ -50,7 +50,7 @@
public class PreserveAuthenticationFlowState extends AbstractAuthenticationAction {
/** Class logger. */
- @Nonnull private final Logger log = LoggerFactory.getLogger(PopulateAuthenticationContext.class);
+ @Nonnull private final Logger log = LoggerFactory.getLogger(PreserveAuthenticationFlowState.class);
/** Parameter names to look for. */
@Nonnull @NonnullElements private Collection<String> parameterNames;
More information about the commits
mailing list