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/19 13:43:26 UTC

[camel] branch master updated: Camel-Aws-Translate: 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 d9414fd  Camel-Aws-Translate: Fixed CS
d9414fd is described below

commit d9414fd336a77cdda42611cf6799b810719d8ae0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 19 14:42:47 2019 +0100

    Camel-Aws-Translate: Fixed CS
---
 .../org/apache/camel/component/aws/translate/TranslateProducer.java  | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/components/camel-aws-translate/src/main/java/org/apache/camel/component/aws/translate/TranslateProducer.java b/components/camel-aws-translate/src/main/java/org/apache/camel/component/aws/translate/TranslateProducer.java
index e3e6626..2896bf9 100644
--- a/components/camel-aws-translate/src/main/java/org/apache/camel/component/aws/translate/TranslateProducer.java
+++ b/components/camel-aws-translate/src/main/java/org/apache/camel/component/aws/translate/TranslateProducer.java
@@ -16,13 +16,12 @@
  */
 package org.apache.camel.component.aws.translate;
 
+import java.util.Collection;
+
 import com.amazonaws.AmazonServiceException;
 import com.amazonaws.services.translate.AmazonTranslate;
 import com.amazonaws.services.translate.model.TranslateTextRequest;
 import com.amazonaws.services.translate.model.TranslateTextResult;
-
-import java.util.Collection;
-
 import org.apache.camel.Endpoint;
 import org.apache.camel.Exchange;
 import org.apache.camel.Message;