This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-2.24.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit e327cc46d1c19fe656c8ae801015919c5767fd38
Author: bdevido <47347518+bdev...@users.noreply.github.com>
AuthorDate: Tue May 28 14:27:57 2019 +0200

    Update MessageHistory.java
    
    CAMEL-13587: Inflight repository browse should compute elapsed if the 
message is still inflight at a given node. Thanks to Barbara De Vido for 
reporting.
---
 camel-core/src/main/java/org/apache/camel/MessageHistory.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/camel-core/src/main/java/org/apache/camel/MessageHistory.java 
b/camel-core/src/main/java/org/apache/camel/MessageHistory.java
index 217b9d2..683c7f7 100644
--- a/camel-core/src/main/java/org/apache/camel/MessageHistory.java
+++ b/camel-core/src/main/java/org/apache/camel/MessageHistory.java
@@ -48,6 +48,7 @@ public interface MessageHistory {
 
     /**
      * Gets the elapsed time in millis processing the node took
+     * (this is 0 until the node processing is done)
      */
     long getElapsed();
 

Reply via email to