You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/02/06 10:43:57 UTC

[camel] branch master updated: Fixed CS for Camel-cassandraql

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 1e7232b  Fixed CS for Camel-cassandraql
1e7232b is described below

commit 1e7232b5ece80069b76b730b5798551d5061936a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 6 11:43:35 2019 +0100

    Fixed CS for Camel-cassandraql
---
 .../apache/camel/processor/aggregate/cassandra/CassandraCamelCodec.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-cassandraql/src/main/java/org/apache/camel/processor/aggregate/cassandra/CassandraCamelCodec.java b/components/camel-cassandraql/src/main/java/org/apache/camel/processor/aggregate/cassandra/CassandraCamelCodec.java
index b8c16e1..ec3aecc 100644
--- a/components/camel-cassandraql/src/main/java/org/apache/camel/processor/aggregate/cassandra/CassandraCamelCodec.java
+++ b/components/camel-cassandraql/src/main/java/org/apache/camel/processor/aggregate/cassandra/CassandraCamelCodec.java
@@ -26,8 +26,8 @@ import java.nio.ByteBuffer;
 import org.apache.camel.CamelContext;
 import org.apache.camel.Endpoint;
 import org.apache.camel.Exchange;
-import org.apache.camel.support.DefaultExchangeHolder;
 import org.apache.camel.support.DefaultExchange;
+import org.apache.camel.support.DefaultExchangeHolder;
 
 /**
  * Marshall/unmarshall Exchange to/from a ByteBuffer.