You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2015/03/03 04:36:45 UTC

[3/3] camel git commit: CAMEL-8385 Fixed the test error of ManagedRouteDumpStatsAsXmlTest

CAMEL-8385 Fixed the test error of ManagedRouteDumpStatsAsXmlTest


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/fa64f91a
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/fa64f91a
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/fa64f91a

Branch: refs/heads/master
Commit: fa64f91a0a2af36a2e18d0946e2e46b89d6bed7e
Parents: 7872b5d
Author: Willem Jiang <wi...@gmail.com>
Authored: Tue Mar 3 11:35:25 2015 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Tue Mar 3 11:36:09 2015 +0800

----------------------------------------------------------------------
 .../main/java/org/apache/camel/management/mbean/ManagedRoute.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/fa64f91a/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedRoute.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedRoute.java b/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedRoute.java
index 40d5387..631a0e0 100644
--- a/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedRoute.java
+++ b/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedRoute.java
@@ -335,7 +335,6 @@ public class ManagedRoute extends ManagedPerformanceCounter implements TimerList
         String stat = dumpStatsAsXml(fullStats);
         answer.append(" exchangesInflight=\"").append(getInflightExchanges()).append("\"");
         answer.append(" selfProcessingTime=\"").append(routeSelfTime).append("\"");
-        answer.append(" exchangesInflight=\"").append(getInflightExchanges()).append("\"");
         InFlightKey oldestInflightEntry = getOldestInflightEntry();
         if (oldestInflightEntry == null) {
             answer.append(" oldestInflightExchangeId=\"\"");