This is an automated email from the ASF dual-hosted git repository.
acosentino 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 03451c7 Document Update (#4231)
03451c7 is described below
commit 03451c7f1e8628876d32904f07b0d2e30ae1e625
Author: Nitesh Koushik S <[email protected]>
AuthorDate: Tue Sep 15 16:43:32 2020 +0530
Document Update (#4231)
---
.../src/main/java/org/apache/camel/model/ThreadsDefinition.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/camel-core-engine/src/main/java/org/apache/camel/model/ThreadsDefinition.java
b/core/camel-core-engine/src/main/java/org/apache/camel/model/ThreadsDefinition.java
index 13def76..7063b9a 100644
---
a/core/camel-core-engine/src/main/java/org/apache/camel/model/ThreadsDefinition.java
+++
b/core/camel-core-engine/src/main/java/org/apache/camel/model/ThreadsDefinition.java
@@ -279,7 +279,7 @@ public class ThreadsDefinition extends
NoOutputDefinition<ThreadsDefinition>
}
/**
- * Whether idle core threads is allowed to timeout and therefore can
shrink the pool size below the core pool size
+ * Whether idle core threads are allowed to timeout and therefore can
shrink the pool size below the core pool size
* <p/>
* Is by default <tt>false</tt>
*