You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2023/12/07 11:47:53 UTC

(camel) branch camel-3.20.x updated: [Minor] Apply formatter

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

gzurowski pushed a commit to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
     new 248334f03fb [Minor] Apply formatter
248334f03fb is described below

commit 248334f03fb45d7aee931d87d7d84bb982b48c17
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Thu Dec 7 12:47:42 2023 +0100

    [Minor] Apply formatter
---
 .../main/java/org/apache/camel/maven/EipDocumentationEnricherMojo.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/src/main/java/org/apache/camel/maven/EipDocumentationEnricherMojo.java b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/src/main/java/org/apache/camel/maven/EipDocumentationEnricherMojo.java
index 8bbc673220e..90657ffc560 100644
--- a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/src/main/java/org/apache/camel/maven/EipDocumentationEnricherMojo.java
+++ b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/src/main/java/org/apache/camel/maven/EipDocumentationEnricherMojo.java
@@ -25,7 +25,6 @@ import java.util.LinkedHashMap;
 import java.util.LinkedHashSet;
 import java.util.Map;
 import java.util.Set;
-import java.util.StringJoiner;
 import java.util.function.Predicate;
 
 import javax.xml.transform.Transformer;