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/11/18 11:47:26 UTC

[camel] branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
     new 794c5b3  Regen
794c5b3 is described below

commit 794c5b3c5c0fac7408ebe34d0deefe6ba37b6b4d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Nov 18 12:46:45 2021 +0100

    Regen
---
 core/camel-api/src/main/java/org/apache/camel/RoutesBuilder.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/camel-api/src/main/java/org/apache/camel/RoutesBuilder.java b/core/camel-api/src/main/java/org/apache/camel/RoutesBuilder.java
index 418b2fd..4be6490 100644
--- a/core/camel-api/src/main/java/org/apache/camel/RoutesBuilder.java
+++ b/core/camel-api/src/main/java/org/apache/camel/RoutesBuilder.java
@@ -21,8 +21,8 @@ package org.apache.camel;
  * <p/>
  * Eventually the routes are added to a {@link org.apache.camel.CamelContext} where they run inside.
  *
- * This interface is not intended to be used by Camel end users.
- * Instead, Camel users will use <tt>org.apache.camel.builder.RouteBuilder</tt> to build routes in Java DSL.
+ * This interface is not intended to be used by Camel end users. Instead, Camel users will use
+ * <tt>org.apache.camel.builder.RouteBuilder</tt> to build routes in Java DSL.
  */
 public interface RoutesBuilder {