From b85b4b67ea1352c38172fa83dbf5d50b1958cd49 Mon Sep 17 00:00:00 2001 From: yvesdm Date: Mon, 13 Jun 2022 13:23:02 +0200 Subject: [PATCH] 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 00a031db92671..56c98321051b4 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 {