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 b0292b6cfb7 Regen
b0292b6cfb7 is described below

commit b0292b6cfb7626441f10bc3680d186e7df9a6f29
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Feb 22 10:18:09 2024 +0100

    Regen
---
 core/camel-api/src/main/java/org/apache/camel/spi/BacklogDebugger.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/core/camel-api/src/main/java/org/apache/camel/spi/BacklogDebugger.java 
b/core/camel-api/src/main/java/org/apache/camel/spi/BacklogDebugger.java
index 5ce38acaeb5..8515fc5e5db 100644
--- a/core/camel-api/src/main/java/org/apache/camel/spi/BacklogDebugger.java
+++ b/core/camel-api/src/main/java/org/apache/camel/spi/BacklogDebugger.java
@@ -230,7 +230,8 @@ public interface BacklogDebugger extends StatefulService {
     void removeExchangePropertyOnBreakpoint(String nodeId, String 
exchangePropertyName);
 
     /**
-     * Updates/adds the variable (uses same type as old variableName value) on 
the suspended breakpoint at the given node id
+     * Updates/adds the variable (uses same type as old variableName value) on 
the suspended breakpoint at the given
+     * node id
      */
     void setExchangeVariableOnBreakpoint(String nodeId, String variableName, 
Object value)
             throws NoTypeConversionAvailableException;

Reply via email to