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 449b7a6 TODO already fixed 449b7a6 is described below commit 449b7a6139635e25fccf6a946dd9cbca66a3a1d7 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Apr 8 07:31:24 2021 +0200 TODO already fixed --- .../src/main/java/org/apache/camel/processor/RecipientListProcessor.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/camel-core-processor/src/main/java/org/apache/camel/processor/RecipientListProcessor.java b/core/camel-core-processor/src/main/java/org/apache/camel/processor/RecipientListProcessor.java index 0cba21d..bf7f3dd 100644 --- a/core/camel-core-processor/src/main/java/org/apache/camel/processor/RecipientListProcessor.java +++ b/core/camel-core-processor/src/main/java/org/apache/camel/processor/RecipientListProcessor.java @@ -155,7 +155,6 @@ public class RecipientListProcessor extends MulticastProcessor { } - // TODO: camel-bean @RecipientList cacheSize public RecipientListProcessor(CamelContext camelContext, Route route, Expression expression, String delimiter, ProducerCache producerCache, AggregationStrategy aggregationStrategy,