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

acosentino 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 e350421  Camel-Package-Maven-Plugin: Fixed CS
e350421 is described below

commit e35042179ddb75a7386a932a7234bd7cf6c757d6
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Aug 26 06:29:17 2021 +0200

    Camel-Package-Maven-Plugin: Fixed CS
---
 .../org/apache/camel/maven/packaging/AbstractGenerateConfigurerMojo.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/AbstractGenerateConfigurerMojo.java
 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/AbstractGenerateConfigurerMojo.java
index a157bb1..7c8f7d4 100644
--- 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/AbstractGenerateConfigurerMojo.java
+++ 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/AbstractGenerateConfigurerMojo.java
@@ -140,7 +140,6 @@ public abstract class AbstractGenerateConfigurerMojo 
extends AbstractGeneratorMo
             } catch (NoSuchFileException e) {
                 // ignore if no jandex index
                 index = null;
-                ;
             } catch (IOException e) {
                 throw new MojoExecutionException("IOException: " + 
e.getMessage(), e);
             }

Reply via email to