This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new a8f30d5 Regen
a8f30d5 is described below
commit a8f30d5798bf04127ac3ac634fca34cb28f1f380
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Feb 17 07:22:04 2022 +0100
Regen
---
.../org/apache/camel/support/RouteWatcherReloadStrategyTest.java | 6 +++---
.../java/org/apache/camel/maven/EipDocumentationEnricherMojo.java | 1 -
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git
a/core/camel-core/src/test/java/org/apache/camel/support/RouteWatcherReloadStrategyTest.java
b/core/camel-core/src/test/java/org/apache/camel/support/RouteWatcherReloadStrategyTest.java
index 90a60f0..899a93d 100644
---
a/core/camel-core/src/test/java/org/apache/camel/support/RouteWatcherReloadStrategyTest.java
+++
b/core/camel-core/src/test/java/org/apache/camel/support/RouteWatcherReloadStrategyTest.java
@@ -41,8 +41,8 @@ public class RouteWatcherReloadStrategyTest extends
ContextTestSupport {
File[] fs = folder.listFiles(strategy.getFileFilter());
assertNotNull(fs);
- assertEquals(1,fs.length);
- assertEquals("log4j2.properties",fs[0].getName());
+ assertEquals(1, fs.length);
+ assertEquals("log4j2.properties", fs[0].getName());
}
@Test
@@ -92,7 +92,7 @@ public class RouteWatcherReloadStrategyTest extends
ContextTestSupport {
File[] fs = folder.listFiles(strategy.getFileFilter());
assertNotNull(fs);
- assertTrue(fs.length >= 40,String.valueOf(fs.length));
+ assertTrue(fs.length >= 40, String.valueOf(fs.length));
// null goes back to default
assertEquals("*.yaml,*.xml", strategy.getPattern());
}
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 2467dff..b48691f 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
@@ -42,7 +42,6 @@ import org.apache.camel.util.FileUtil;
import org.apache.commons.lang3.StringUtils;
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.plugin.MojoFailureException;
import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugins.annotations.Parameter;