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 2021/08/03 12:33:38 UTC

[camel] 08/22: CAMEL-16757: polished

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

davsclaus pushed a commit to branch CAMEL-16757b
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 83f19b4fdb8d73b9a876fbb5cc87096298c7ce6d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 2 14:59:00 2021 +0200

    CAMEL-16757: polished
---
 .../main/java/org/apache/camel/model/RouteConfigurationDefinition.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-core-model/src/main/java/org/apache/camel/model/RouteConfigurationDefinition.java b/core/camel-core-model/src/main/java/org/apache/camel/model/RouteConfigurationDefinition.java
index 3ffb1f1..ae3e8e8 100644
--- a/core/camel-core-model/src/main/java/org/apache/camel/model/RouteConfigurationDefinition.java
+++ b/core/camel-core-model/src/main/java/org/apache/camel/model/RouteConfigurationDefinition.java
@@ -35,7 +35,7 @@ import org.apache.camel.spi.Metadata;
 @XmlAccessorType(XmlAccessType.FIELD)
 public class RouteConfigurationDefinition extends OptionalIdentifiedDefinition<RouteConfigurationDefinition> {
 
-    // TODO: Model for ErrorHandler
+    // TODO: Model for ErrorHandler (requires to move error handler model from spring-xml, blueprint to core)
 
     @XmlElementRef
     private List<OnExceptionDefinition> onExceptions = new ArrayList<>();