This is an automated email from the ASF dual-hosted git repository. onders 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 ae54468 Fix typos in javadoc ae54468 is described below commit ae5446839890f3e8545cf83bece4928d661cf28b Author: önder sezgin <ond...@apache.org> AuthorDate: Thu Sep 6 12:11:32 2018 +0300 Fix typos in javadoc --- .../org/apache/camel/util/toolbox/FlexibleAggregationStrategy.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/camel-core/src/main/java/org/apache/camel/util/toolbox/FlexibleAggregationStrategy.java b/camel-core/src/main/java/org/apache/camel/util/toolbox/FlexibleAggregationStrategy.java index 5fe86b1..fe12bdd 100644 --- a/camel-core/src/main/java/org/apache/camel/util/toolbox/FlexibleAggregationStrategy.java +++ b/camel-core/src/main/java/org/apache/camel/util/toolbox/FlexibleAggregationStrategy.java @@ -32,8 +32,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** - * The Flexible Aggregation Strategy is a highly customizable, fluently configurable aggregation strategy. It allows you to quickly - * allows you to quickly whip up an {@link AggregationStrategy} that is capable of performing the most typical aggregation duties, + * The Flexible Aggregation Strategy is a highly customizable, fluently configurable aggregation strategy. It allows you to quickly whip up an {@link AggregationStrategy} that is capable of performing the most typical aggregation duties, * with zero Java code. * <p/> * It can perform the following logic: