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/11/06 10:24:25 UTC

[camel] 04/04: Camel-Slack: Fixed CS

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

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

commit e42e1ec72828e3e6d1844026f4ff1247040ed778
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 6 11:23:41 2019 +0100

    Camel-Slack: Fixed CS
---
 .../test/java/org/apache/camel/component/slack/SlackProducerTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-slack/src/test/java/org/apache/camel/component/slack/SlackProducerTest.java b/components/camel-slack/src/test/java/org/apache/camel/component/slack/SlackProducerTest.java
index c0cd020..8bcabfb 100644
--- a/components/camel-slack/src/test/java/org/apache/camel/component/slack/SlackProducerTest.java
+++ b/components/camel-slack/src/test/java/org/apache/camel/component/slack/SlackProducerTest.java
@@ -27,13 +27,13 @@ import org.junit.Test;
 
 public class SlackProducerTest extends CamelTestSupport {
 
+    protected static final int UNDERTOW_PORT = AvailablePortFinder.getNextAvailable();
+
     @EndpointInject(uri = "mock:errors")
     MockEndpoint errors;
 
     @EndpointInject(uri = "direct:test")
     DirectEndpoint test;
-    
-    protected static final int UNDERTOW_PORT = AvailablePortFinder.getNextAvailable();
 
     @Test
     public void testSlackMessage() throws Exception {