This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 6a6b5719502dc4180bcdff5232406c840ce91781 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Dec 31 09:46:10 2021 +0100 Polished --- .../src/main/java/org/apache/camel/ExtendedCamelContext.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/camel-api/src/main/java/org/apache/camel/ExtendedCamelContext.java b/core/camel-api/src/main/java/org/apache/camel/ExtendedCamelContext.java index 26a029b..c5cc84e 100644 --- a/core/camel-api/src/main/java/org/apache/camel/ExtendedCamelContext.java +++ b/core/camel-api/src/main/java/org/apache/camel/ExtendedCamelContext.java @@ -77,7 +77,7 @@ import org.apache.camel.spi.XMLRoutesDefinitionLoader; public interface ExtendedCamelContext extends CamelContext { /** - * Sets the name (id) of the this context. + * Sets the name (id) of this context. * <p/> * This operation is mostly only used by different Camel runtimes such as camel-spring, camel-cdi, camel-spring-boot * etc. Important: Setting the name should only be set before CamelContext is started. @@ -792,7 +792,7 @@ public interface ExtendedCamelContext extends CamelContext { void disposeModel(); /** - * Used during unit-testing where its possible to specify a set of routes to exclude from discovery + * Used during unit-testing where it is possible to specify a set of routes to exclude from discovery */ String getTestExcludeRoutes();