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/08/02 07:03:53 UTC

[camel] 02/03: CAMEL-13801 - Fixed CS for Camel-Twitter

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

commit f707a89e2b68d416b8ff65a0e63957c06ccbd49b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Aug 2 09:02:49 2019 +0200

    CAMEL-13801 - Fixed CS for Camel-Twitter
---
 .../camel/component/twitter/SearchDirectCustomComponentTest.java      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-twitter/src/test/java/org/apache/camel/component/twitter/SearchDirectCustomComponentTest.java b/components/camel-twitter/src/test/java/org/apache/camel/component/twitter/SearchDirectCustomComponentTest.java
index 279a34f..ec4af46 100644
--- a/components/camel-twitter/src/test/java/org/apache/camel/component/twitter/SearchDirectCustomComponentTest.java
+++ b/components/camel-twitter/src/test/java/org/apache/camel/component/twitter/SearchDirectCustomComponentTest.java
@@ -27,8 +27,8 @@ import org.slf4j.LoggerFactory;
  */
 public class SearchDirectCustomComponentTest extends CamelTwitterConsumerTestSupport {
 
-	@BindToRegistry("my-twitter")
-	private TwitterSearchComponent component = new TwitterSearchComponent();
+    @BindToRegistry("my-twitter")
+    private TwitterSearchComponent component = new TwitterSearchComponent();
 
     @Override
     protected String getUri() {