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

lta pushed a commit to branch cluster_concurrent
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/cluster_concurrent by this 
push:
     new 5d15c05  remove duplicated words
5d15c05 is described below

commit 5d15c056b7375fb46439d6f87695b94e2823577f
Author: lta <[email protected]>
AuthorDate: Thu Apr 11 23:15:47 2019 +0800

    remove duplicated words
---
 .../org/apache/iotdb/cluster/concurrent/pool/ThreadPoolManager.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/cluster/src/main/java/org/apache/iotdb/cluster/concurrent/pool/ThreadPoolManager.java
 
b/cluster/src/main/java/org/apache/iotdb/cluster/concurrent/pool/ThreadPoolManager.java
index 007aced..025e0d5 100644
--- 
a/cluster/src/main/java/org/apache/iotdb/cluster/concurrent/pool/ThreadPoolManager.java
+++ 
b/cluster/src/main/java/org/apache/iotdb/cluster/concurrent/pool/ThreadPoolManager.java
@@ -44,7 +44,7 @@ public abstract class ThreadPoolManager {
    * Block new submits and exit when all RUNNING THREADS AND TASKS IN THE 
QUEUE end.
    *
    * @param block if set to true, this method will wait for timeOut 
milliseconds. false, return
-   * directly. False, return directly.
+   * directly.
    * @param timeOut block time out in milliseconds.
    * @throws ProcessorException if timeOut is reached or being interrupted 
while waiting to exit.
    */

Reply via email to