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 2021/03/23 05:43:58 UTC

[tomee-patch-plugin] 08/08: Remove unused method

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-patch-plugin.git

commit 13f5b18a58880b720b4780162148853f1e2df0f1
Author: David Blevins <da...@gmail.com>
AuthorDate: Mon Mar 22 22:43:36 2021 -0700

    Remove unused method
---
 .../src/main/java/org/apache/tomee/patch/plugin/PatchMojo.java      | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/tomee-patch-plugin/src/main/java/org/apache/tomee/patch/plugin/PatchMojo.java b/tomee-patch-plugin/src/main/java/org/apache/tomee/patch/plugin/PatchMojo.java
index 84e4c02..663805b 100644
--- a/tomee-patch-plugin/src/main/java/org/apache/tomee/patch/plugin/PatchMojo.java
+++ b/tomee-patch-plugin/src/main/java/org/apache/tomee/patch/plugin/PatchMojo.java
@@ -441,12 +441,6 @@ public class PatchMojo extends AbstractMojo {
         }
     }
 
-    private List<String> getPatchSourceLocations() {
-        return patchSources.stream()
-                .map(File::getAbsolutePath)
-                .collect(Collectors.toList());
-    }
-
     //TODO remove the part with ToolchainManager lookup once we depend on
     //3.0.9 (have it as prerequisite). Define as regular component field then.
     protected final Toolchain getToolchain() {