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/01/22 11:37:43 UTC

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

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 0b49729  Fixed CS for Camel-Linkedin
0b49729 is described below

commit 0b497292d22ac6d73274fee3496486a3b509b3f4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 22 12:37:18 2019 +0100

    Fixed CS for Camel-Linkedin
---
 .../apache/camel/component/linkedin/AbstractLinkedInTestSupport.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/AbstractLinkedInTestSupport.java b/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/AbstractLinkedInTestSupport.java
index 6b26cd1..52d5980 100644
--- a/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/AbstractLinkedInTestSupport.java
+++ b/components/camel-linkedin/camel-linkedin-component/src/test/java/org/apache/camel/component/linkedin/AbstractLinkedInTestSupport.java
@@ -24,8 +24,8 @@ import java.util.Properties;
 import org.apache.camel.CamelContext;
 import org.apache.camel.CamelExecutionException;
 import org.apache.camel.component.linkedin.api.OAuthScope;
-import org.apache.camel.test.junit4.CamelTestSupport;
 import org.apache.camel.support.IntrospectionSupport;
+import org.apache.camel.test.junit4.CamelTestSupport;
 
 /**
  * Abstract base class for LinkedIn Integration tests generated by Camel API component maven plugin.