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/12/21 10:17:34 UTC

[camel] branch master updated: Camel-Rabbitmq: Fixed CS

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 c5ca774  Camel-Rabbitmq: Fixed CS
c5ca774 is described below

commit c5ca774d8d9a45313bae439956468ceb728773c7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sat Dec 21 11:17:10 2019 +0100

    Camel-Rabbitmq: Fixed CS
---
 .../camel/component/rabbitmq/RabbitMQDeadLetterRoutingKeyIntTest.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-rabbitmq/src/test/java/org/apache/camel/component/rabbitmq/RabbitMQDeadLetterRoutingKeyIntTest.java b/components/camel-rabbitmq/src/test/java/org/apache/camel/component/rabbitmq/RabbitMQDeadLetterRoutingKeyIntTest.java
index 7d64e6d..eef69ab 100644
--- a/components/camel-rabbitmq/src/test/java/org/apache/camel/component/rabbitmq/RabbitMQDeadLetterRoutingKeyIntTest.java
+++ b/components/camel-rabbitmq/src/test/java/org/apache/camel/component/rabbitmq/RabbitMQDeadLetterRoutingKeyIntTest.java
@@ -20,6 +20,7 @@ import java.io.IOException;
 import java.nio.charset.StandardCharsets;
 import java.util.ArrayList;
 import java.util.List;
+
 import com.rabbitmq.client.AMQP;
 import com.rabbitmq.client.Channel;
 import com.rabbitmq.client.Connection;