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/09 09:22:42 UTC

(camel) branch camel-3.21.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.21.x
in repository https://gitbox.apache.org/repos/asf/camel.git


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

commit ebf57c9c2966a88be81d6fddee3eef2c8657b3ba
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sat Dec 9 10:21:25 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;