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 e9f5b89 Fixed CS in Cafe Example
e9f5b89 is described below
commit e9f5b89259725175b6a67f9de309467d36154a15
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Jan 30 10:41:13 2019 +0100
Fixed CS in Cafe Example
---
.../org/apache/camel/example/cafe/stuff/CafeAggregationStrategy.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/examples/camel-example-cafe/src/main/java/org/apache/camel/example/cafe/stuff/CafeAggregationStrategy.java
b/examples/camel-example-cafe/src/main/java/org/apache/camel/example/cafe/stuff/CafeAggregationStrategy.java
index ae8ecb5..f67576e 100644
---
a/examples/camel-example-cafe/src/main/java/org/apache/camel/example/cafe/stuff/CafeAggregationStrategy.java
+++
b/examples/camel-example-cafe/src/main/java/org/apache/camel/example/cafe/stuff/CafeAggregationStrategy.java
@@ -19,9 +19,9 @@ package org.apache.camel.example.cafe.stuff;
import java.util.ArrayList;
import java.util.List;
+import org.apache.camel.AggregationStrategy;
import org.apache.camel.Exchange;
import org.apache.camel.example.cafe.Drink;
-import org.apache.camel.AggregationStrategy;
public class CafeAggregationStrategy implements AggregationStrategy {