You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/06/15 12:57:51 UTC

[camel] 03/06: Remove TODO

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 <cl...@gmail.com>
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);