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
The following commit(s) were added to refs/heads/main by this push:
new de1f48b415e Polished
de1f48b415e is described below
commit de1f48b415efa1b5d063510807c17e84aec3cd70
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Dec 13 13:10:25 2024 +0100
Polished
---
core/camel-api/src/main/java/org/apache/camel/CamelContext.java | 2 +-
.../src/main/java/org/apache/camel/GlobalEndpointConfiguration.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/camel-api/src/main/java/org/apache/camel/CamelContext.java
b/core/camel-api/src/main/java/org/apache/camel/CamelContext.java
index f728989eba8..16103a4ff5f 100644
--- a/core/camel-api/src/main/java/org/apache/camel/CamelContext.java
+++ b/core/camel-api/src/main/java/org/apache/camel/CamelContext.java
@@ -155,7 +155,7 @@ public interface CamelContext extends
CamelContextLifecycle, RuntimeConfiguratio
void setManagementName(String name);
/**
- * Gets the version of the this CamelContext.
+ * Gets the version of this CamelContext.
*
* @return the version
*/
diff --git
a/core/camel-api/src/main/java/org/apache/camel/GlobalEndpointConfiguration.java
b/core/camel-api/src/main/java/org/apache/camel/GlobalEndpointConfiguration.java
index 5dfb011250d..1f8ef9c51ea 100644
---
a/core/camel-api/src/main/java/org/apache/camel/GlobalEndpointConfiguration.java
+++
b/core/camel-api/src/main/java/org/apache/camel/GlobalEndpointConfiguration.java
@@ -40,7 +40,7 @@ public interface GlobalEndpointConfiguration {
* consumer is trying to pickup incoming messages, or the likes, will now
be processed as a message and handled by
* the routing Error Handler.
* <p/>
- * By default the consumer will use the
org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be
+ * By default, the consumer will use the
org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be
* logged at WARN/ERROR level and ignored.
*/
void setBridgeErrorHandler(boolean bridgeErrorHandler);