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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8048fef  Regen
8048fef is described below

commit 8048fef9e7992fb246cd3f0ef51d6bfde765ef7e
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sun Jul 25 16:42:29 2021 +0200

    Regen
---
 .../java/org/apache/camel/util/concurrent/AsyncCompletionService.java  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/core/camel-util/src/main/java/org/apache/camel/util/concurrent/AsyncCompletionService.java
 
b/core/camel-util/src/main/java/org/apache/camel/util/concurrent/AsyncCompletionService.java
index a0ac28b..cbfe7a9 100644
--- 
a/core/camel-util/src/main/java/org/apache/camel/util/concurrent/AsyncCompletionService.java
+++ 
b/core/camel-util/src/main/java/org/apache/camel/util/concurrent/AsyncCompletionService.java
@@ -25,8 +25,7 @@ import java.util.concurrent.locks.ReentrantLock;
 import java.util.function.Consumer;
 
 /**
- * A completion service that orders the completed tasks in the same order as 
they where
- * submitted.
+ * A completion service that orders the completed tasks in the same order as 
they where submitted.
  */
 public class AsyncCompletionService<V> {
 

Reply via email to