You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ra...@apache.org on 2019/02/03 11:05:24 UTC

[tomee] branch master updated: TOMEE-2408 - Fixed checkstyle issues.

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

radcortez 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 48bb910  TOMEE-2408 - Fixed checkstyle issues.
48bb910 is described below

commit 48bb9101c8b2aa1010e9462a4088985edf44c1af
Author: Roberto Cortez <ra...@yahoo.com>
AuthorDate: Sun Feb 3 11:05:16 2019 +0000

    TOMEE-2408 - Fixed checkstyle issues.
---
 .../src/main/java/org/apache/tomee/installer/Installer.java             | 2 --
 .../java/org/apache/tomee/microprofile/config/TomEEConfigSource.java    | 1 -
 2 files changed, 3 deletions(-)

diff --git a/tomee/tomee-common/src/main/java/org/apache/tomee/installer/Installer.java b/tomee/tomee-common/src/main/java/org/apache/tomee/installer/Installer.java
index 17eb85f..2cc8008 100644
--- a/tomee/tomee-common/src/main/java/org/apache/tomee/installer/Installer.java
+++ b/tomee/tomee-common/src/main/java/org/apache/tomee/installer/Installer.java
@@ -24,8 +24,6 @@ import java.io.FileWriter;
 import java.io.IOException;
 import java.util.HashMap;
 import java.util.Map;
-import java.util.function.BiFunction;
-import java.util.function.Consumer;
 import java.util.jar.JarFile;
 
 public class Installer implements InstallerInterface {
diff --git a/tomee/tomee-microprofile/mp-common/src/main/java/org/apache/tomee/microprofile/config/TomEEConfigSource.java b/tomee/tomee-microprofile/mp-common/src/main/java/org/apache/tomee/microprofile/config/TomEEConfigSource.java
index 9ca9614..d03a5c3 100644
--- a/tomee/tomee-microprofile/mp-common/src/main/java/org/apache/tomee/microprofile/config/TomEEConfigSource.java
+++ b/tomee/tomee-microprofile/mp-common/src/main/java/org/apache/tomee/microprofile/config/TomEEConfigSource.java
@@ -24,7 +24,6 @@ import org.eclipse.microprofile.config.spi.ConfigSource;
 import java.util.HashMap;
 import java.util.List;
 import java.util.Map;
-import java.util.stream.Stream;
 
 import static java.util.Arrays.asList;