yvesdm commented on code in PR #7771: URL: https://github.com/apache/camel/pull/7771#discussion_r895838888
########## 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: Indeed, you a right. I through it was a mistake since we build a new RouteBuilder[] and I got an error from my IDE. So I first through a copy/paste typo mistake instead of a class required to be imported... One of my learned of the day ;) -- 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