[java-identity-provider COMMIT] /trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/logic/IsConsentRequiredPr...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Nov 20 15:22:36 EST 2014
Author: tzeller
Date: Thu Nov 20 15:22:36 2014
New Revision: 6972
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6972&view=rev
Log:
Revert refactoring bug in logger field.
Modified:
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/logic/IsConsentRequiredPredicate.java
Modified: trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/logic/IsConsentRequiredPredicate.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/logic/IsConsentRequiredPredicate.java?rev=6972&r1=6971&r2=6972&view=diff
==============================================================================
--- trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/logic/IsConsentRequiredPredicate.java (original)
+++ trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/logic/IsConsentRequiredPredicate.java Thu Nov 20 15:22:36 2014
@@ -43,7 +43,7 @@
public class IsConsentRequiredPredicate implements Predicate<ProfileRequestContext> {
/** Class logger. */
- @Nonnull private final Logger log = LoggerFactory.getLogger(IsConsentRequiredPredicateTest.class);
+ @Nonnull private final Logger log = LoggerFactory.getLogger(IsConsentRequiredPredicate.class);
/** Consent context lookup strategy. */
@Nonnull private Function<ProfileRequestContext, ConsentContext> consentContextLookupStrategy;
More information about the commits
mailing list