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

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


The following commit(s) were added to refs/heads/master by this push:
     new e9927da  Polished
e9927da is described below

commit e9927daac1e85981d8ff7bebf0a146b9fd11cde3
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Jun 2 10:40:40 2020 +0200

    Polished
---
 .../camel-api/src/main/java/org/apache/camel/spi/ThreadPoolProfile.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-api/src/main/java/org/apache/camel/spi/ThreadPoolProfile.java 
b/core/camel-api/src/main/java/org/apache/camel/spi/ThreadPoolProfile.java
index e4ba6ca..1762dc5 100644
--- a/core/camel-api/src/main/java/org/apache/camel/spi/ThreadPoolProfile.java
+++ b/core/camel-api/src/main/java/org/apache/camel/spi/ThreadPoolProfile.java
@@ -284,7 +284,7 @@ public class ThreadPoolProfile implements Serializable, 
Cloneable {
     @Override
     public String toString() {
         return "ThreadPoolProfile[" + id + " (" + defaultProfile + ") size:" + 
poolSize + "-" + maxPoolSize
-                + ", keepAlive: " + keepAliveTime + " " + timeUnit + ", 
maxQueue: " + maxQueueSize
+                + ", keepAlive:" + keepAliveTime + " " + timeUnit + ", 
maxQueue:" + maxQueueSize
                 + ", allowCoreThreadTimeOut:" + allowCoreThreadTimeOut + ", 
rejectedPolicy:" + rejectedPolicy + "]";
     }
 

Reply via email to