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:18:19 UTC

[camel] branch camel-3.0.x updated: Camel-Rabbitmq: Fixed CS

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-3.0.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.0.x by this push:
     new 77c8dd0  Camel-Rabbitmq: Fixed CS
77c8dd0 is described below

commit 77c8dd0e6373c77573abd94b393ed8728decc149
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;