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 496b686db722e1c1f474b98be0851723fc145eb9
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat Nov 4 09:28:24 2023 +0100

    Polished
---
 .../java/org/apache/camel/main/DebuggerConfigurationProperties.java    | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/core/camel-main/src/main/java/org/apache/camel/main/DebuggerConfigurationProperties.java
 
b/core/camel-main/src/main/java/org/apache/camel/main/DebuggerConfigurationProperties.java
index 32dbc81cdf3..b48f2d6a8fe 100644
--- 
a/core/camel-main/src/main/java/org/apache/camel/main/DebuggerConfigurationProperties.java
+++ 
b/core/camel-main/src/main/java/org/apache/camel/main/DebuggerConfigurationProperties.java
@@ -169,9 +169,6 @@ public class DebuggerConfigurationProperties implements 
BootstrapCloseable {
         this.includeExchangeProperties = includeExchangeProperties;
     }
 
-    /**
-     * Trace messages to include exception if the message failed
-     */
     public boolean isIncludeException() {
         return includeException;
     }

Reply via email to