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

acosentino pushed a commit to branch camel-3.17.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.17.x by this push:
     new cf763776d6c Update test.adoc
cf763776d6c is described below

commit cf763776d6cc0c20b21e72a070171b7bd755da8a
Author: yvesdm <yve...@gmail.com>
AuthorDate: Mon Jun 13 13:23:02 2022 +0200

    Update test.adoc
    
    Fix typo.
---
 components/camel-test/camel-test/src/main/docs/test.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-test/camel-test/src/main/docs/test.adoc 
b/components/camel-test/camel-test/src/main/docs/test.adoc
index 00a031db926..56c98321051 100644
--- a/components/camel-test/camel-test/src/main/docs/test.adoc
+++ b/components/camel-test/camel-test/src/main/docs/test.adoc
@@ -42,7 +42,7 @@ public class SimpleMockTest extends CamelTestSupport {
     }
 
     @Override
-    protected RoutesBuilder createRouteBuilder() throws Exception {
+    protected RouteBuilder createRouteBuilder() throws Exception {
         return new RouteBuilder() {
             @Override
             public void configure() throws Exception {

Reply via email to