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

commit 0264fdc0ac1379f17a3b90e1029f592707b62e76
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 15 14:16:29 2023 +0200

    Remove TODO
---
 .../src/main/java/org/apache/camel/maven/ValidateMojo.java              | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java
 
b/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java
index 6a32352a996..885a3ce4ea2 100644
--- 
a/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java
+++ 
b/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java
@@ -222,8 +222,6 @@ public class ValidateMojo extends AbstractExecMojo {
     }
 
     protected void doExecuteConfigurationFiles(CamelCatalog catalog) throws 
MojoExecutionException {
-        // TODO: implement me
-
         Set<File> propertiesFiles = new LinkedHashSet<>();
         for (Resource dir : project.getResources()) {
             findPropertiesFiles(new File(dir.getDirectory()), propertiesFiles);

Reply via email to