You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2019/05/04 23:48:48 UTC

[tomee] branch master updated: Yank unused import to make checkstyle happy.

This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new 83adfac  Yank unused import to make checkstyle happy.
83adfac is described below

commit 83adfac4f3db6fd4b9e58d766072f1fe1e949559
Author: David Blevins <da...@gmail.com>
AuthorDate: Sat May 4 16:48:40 2019 -0700

    Yank unused import to make checkstyle happy.
---
 .../src/main/java/org/apache/openejb/cdi/ManagedSecurityService.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/container/openejb-core/src/main/java/org/apache/openejb/cdi/ManagedSecurityService.java b/container/openejb-core/src/main/java/org/apache/openejb/cdi/ManagedSecurityService.java
index 12de027..032ede3 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/cdi/ManagedSecurityService.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/cdi/ManagedSecurityService.java
@@ -31,7 +31,6 @@ import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.List;
 import java.util.Properties;
-import java.util.function.Consumer;
 import java.util.function.Supplier;
 
 public class ManagedSecurityService implements org.apache.webbeans.spi.SecurityService {