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
The following commit(s) were added to refs/heads/master by this push: new 78ef07a Polished 78ef07a is described below commit 78ef07a85298132c7bf6db4fab51a0a34244ea85 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Oct 1 09:34:26 2019 +0200 Polished --- .../java/org/apache/camel/model/OptionalIdentifiedDefinition.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/camel-core-engine/src/main/java/org/apache/camel/model/OptionalIdentifiedDefinition.java b/core/camel-core-engine/src/main/java/org/apache/camel/model/OptionalIdentifiedDefinition.java index 1058391..a2a56b3 100644 --- a/core/camel-core-engine/src/main/java/org/apache/camel/model/OptionalIdentifiedDefinition.java +++ b/core/camel-core-engine/src/main/java/org/apache/camel/model/OptionalIdentifiedDefinition.java @@ -120,7 +120,10 @@ public abstract class OptionalIdentifiedDefinition<T extends OptionalIdentifiedD } /** - * Sets the id of this node + * Sets the id of this node. + * <p/> + * <b>Important:</b> If you want to set the id of the route, then you + * <b>must</b> use <tt>routeId(String)</tt> instead. * * @param id the id * @return the builder