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 f033443afaf Regen
f033443afaf is described below
commit f033443afafc9f902e2fae201866f48c90a8b4a3
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Jul 30 16:50:59 2023 +0200
Regen
---
.../main/java/org/apache/camel/impl/engine/CamelInternalProcessor.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/CamelInternalProcessor.java
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/CamelInternalProcessor.java
index ba72efb9b63..3b74ff97342 100644
---
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/CamelInternalProcessor.java
+++
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/CamelInternalProcessor.java
@@ -1258,8 +1258,7 @@ public class CamelInternalProcessor extends
DelegateAsyncProcessor implements In
}
/**
- * Event notifier for {@link BacklogTracerAdvice} to capture
- * {@link Exchange} sent to endpoints during tracing.
+ * Event notifier for {@link BacklogTracerAdvice} to capture {@link
Exchange} sent to endpoints during tracing.
*/
private static final class BacklogTraceAdviceEventNotifier extends
SimpleEventNotifierSupport {