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 0b07598  Polished
0b07598 is described below

commit 0b07598f5a6de7a9b9e663fbce2b4aafaf3b66dd
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Dec 17 13:53:55 2021 +0100

    Polished
---
 core/camel-api/src/main/java/org/apache/camel/spi/Debugger.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-api/src/main/java/org/apache/camel/spi/Debugger.java 
b/core/camel-api/src/main/java/org/apache/camel/spi/Debugger.java
index 6d81ba4..1432edf 100644
--- a/core/camel-api/src/main/java/org/apache/camel/spi/Debugger.java
+++ b/core/camel-api/src/main/java/org/apache/camel/spi/Debugger.java
@@ -26,7 +26,7 @@ import org.apache.camel.Service;
 import org.apache.camel.spi.CamelEvent.ExchangeEvent;
 
 /**
- * A debugger which allows tooling to attach breakpoints which is is being 
invoked when {@link Exchange}s is being
+ * A debugger which allows tooling to attach breakpoints which is being 
invoked when {@link Exchange}s is being
  * routed.
  */
 public interface Debugger extends Service, CamelContextAware {

Reply via email to