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 242eb97ab422a4cb799e1ce8bd9a37147dcfcc47 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Jan 29 11:16:04 2018 +0100 Removed unused imports --- .../org/apache/camel/component/aws/s3/S3ComponentConfigurationTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/components/camel-aws/src/test/java/org/apache/camel/component/aws/s3/S3ComponentConfigurationTest.java b/components/camel-aws/src/test/java/org/apache/camel/component/aws/s3/S3ComponentConfigurationTest.java index 0fff4bc..8ebae26 100644 --- a/components/camel-aws/src/test/java/org/apache/camel/component/aws/s3/S3ComponentConfigurationTest.java +++ b/components/camel-aws/src/test/java/org/apache/camel/component/aws/s3/S3ComponentConfigurationTest.java @@ -17,7 +17,6 @@ package org.apache.camel.component.aws.s3; import com.amazonaws.regions.Regions; -import com.amazonaws.services.s3.S3ClientOptions; import org.apache.camel.impl.JndiRegistry; import org.apache.camel.impl.PropertyPlaceholderDelegateRegistry; -- To stop receiving notification emails like this one, please contact [email protected].
