[java-opensaml] branch master updated: Remove unused logger.

Scott Cantor cantor.2 at osu.edu
Thu Oct 26 11:18:52 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=56b315e843c0a2e91a6fd27565a15498c05caf46

The following commit(s) were added to refs/heads/master by this push:
       new  56b315e   Remove unused logger.
56b315e is described below

commit 56b315e843c0a2e91a6fd27565a15498c05caf46
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 26 11:18:51 2017 -0400

    Remove unused logger.
---
 .../org/opensaml/saml/common/profile/logic/EntityIdPredicate.java   | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/logic/EntityIdPredicate.java b/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/logic/EntityIdPredicate.java
index 15242b1..46dfb68 100644
--- a/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/logic/EntityIdPredicate.java
+++ b/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/logic/EntityIdPredicate.java
@@ -32,9 +32,6 @@ import net.shibboleth.utilities.java.support.annotation.constraint.Unmodifiable;
 import net.shibboleth.utilities.java.support.logic.Constraint;
 import net.shibboleth.utilities.java.support.primitive.StringSupport;
 
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
 import com.google.common.base.Predicate;
 import com.google.common.collect.ImmutableSet;
 
@@ -42,9 +39,6 @@ import com.google.common.collect.ImmutableSet;
  * Predicate that matches an {@link EntityDescriptor} against a set of entityIDs.
  */
 public class EntityIdPredicate implements Predicate<EntityDescriptor> {
-
-    /** Class logger. */
-    @Nonnull private final Logger log = LoggerFactory.getLogger(EntityIdPredicate.class);
     
     /** Set of entityIDs to check for. */
     @Nonnull @NonnullElements private final Set<String> entityIds;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list