essobedo commented on code in PR #7771: URL: https://github.com/apache/camel/pull/7771#discussion_r895817064
########## 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 { Review Comment: Seems to be correct as it is as you can see https://github.com/apache/camel/blob/main/components/camel-test/camel-test/src/main/java/org/apache/camel/test/junit4/CamelTestSupport.java#L878 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org