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 2020/12/16 05:38:06 UTC

[camel] branch master updated: Regen for commit 33a1e3852ae12b0f082de9b25dd3427e44a914fc (#4773)

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 146eb07  Regen for commit 33a1e3852ae12b0f082de9b25dd3427e44a914fc (#4773)
146eb07 is described below

commit 146eb07f1ed0cb2584dc9acaa8faffdf39504cc5
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Wed Dec 16 06:37:36 2020 +0100

    Regen for commit 33a1e3852ae12b0f082de9b25dd3427e44a914fc (#4773)
    
    Signed-off-by: GitHub <no...@github.com>
    
    Co-authored-by: davsclaus <da...@users.noreply.github.com>
---
 .../resources/org/apache/camel/catalog/docs/test-cdi.adoc         | 8 +++++---
 docs/components/modules/others/pages/test-cdi.adoc                | 8 +++++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/test-cdi.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/test-cdi.adoc
index ba6f214..03f617e 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/test-cdi.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/test-cdi.adoc
@@ -460,9 +460,11 @@ public class CamelCdiTest {
     // that is automatically added to the Camel context
     static class TestRoute extends RouteBuilder {
 
-    @Override
-    public void configure() {
-        from("direct:out").routeId("test").to("mock:out");
+        @Override
+        public void configure() {
+            from("direct:out").routeId("test").to("mock:out");
+        }
+    
     }
 
     // And retrieve the MockEndpoint for further assertions
diff --git a/docs/components/modules/others/pages/test-cdi.adoc b/docs/components/modules/others/pages/test-cdi.adoc
index fe62cf1..6ee9b3b 100644
--- a/docs/components/modules/others/pages/test-cdi.adoc
+++ b/docs/components/modules/others/pages/test-cdi.adoc
@@ -462,9 +462,11 @@ public class CamelCdiTest {
     // that is automatically added to the Camel context
     static class TestRoute extends RouteBuilder {
 
-    @Override
-    public void configure() {
-        from("direct:out").routeId("test").to("mock:out");
+        @Override
+        public void configure() {
+            from("direct:out").routeId("test").to("mock:out");
+        }
+    
     }
 
     // And retrieve the MockEndpoint for further assertions