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 2019/06/18 09:37:47 UTC

[camel] 01/02: Polished

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 7e8c28409ed99858f93ff1d9927233f649d7af3e
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jun 18 11:28:42 2019 +0200

    Polished
---
 .../src/main/java/org/apache/camel/maven/AutowireMojo.java             | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/catalog/camel-main-maven-plugin/src/main/java/org/apache/camel/maven/AutowireMojo.java b/catalog/camel-main-maven-plugin/src/main/java/org/apache/camel/maven/AutowireMojo.java
index 8f936b4..621866e 100644
--- a/catalog/camel-main-maven-plugin/src/main/java/org/apache/camel/maven/AutowireMojo.java
+++ b/catalog/camel-main-maven-plugin/src/main/java/org/apache/camel/maven/AutowireMojo.java
@@ -136,9 +136,6 @@ public class AutowireMojo extends AbstractExecMojo {
 
     private transient ClassLoader classLoader;
 
-    // TODO: Allow to configure known types in xml config, or refer to external file
-
-    // CHECKSTYLE:OFF
     @Override
     public void execute() throws MojoExecutionException, MojoFailureException {
         CamelCatalog catalog = new DefaultCamelCatalog();