This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch stub in repository https://gitbox.apache.org/repos/asf/camel.git
commit 46c7f04381600cd7b55cd19f7a17e29d40e42392 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Feb 19 09:19:16 2025 +0100 Polished --- .../main/java/org/apache/camel/test/spring/junit5/ExcludeRoutes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-test/camel-test-spring-junit5/src/main/java/org/apache/camel/test/spring/junit5/ExcludeRoutes.java b/components/camel-test/camel-test-spring-junit5/src/main/java/org/apache/camel/test/spring/junit5/ExcludeRoutes.java index 69916e47e94..eb6ccc4d8f9 100644 --- a/components/camel-test/camel-test-spring-junit5/src/main/java/org/apache/camel/test/spring/junit5/ExcludeRoutes.java +++ b/components/camel-test/camel-test-spring-junit5/src/main/java/org/apache/camel/test/spring/junit5/ExcludeRoutes.java @@ -28,7 +28,7 @@ import org.apache.camel.RoutesBuilder; /** * Indicates if certain route builder classes should be excluded from discovery. Initializes a * {@link org.apache.camel.spi.PackageScanClassResolver} to exclude a set of given classes from being resolved. - * Typically this is used at test time to exclude certain routes, which might otherwise be noisy, from being discovered + * Typically, this is used at test time to exclude certain routes, which might otherwise be noisy, from being discovered * and initialized. */ @Documented