You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/01/28 12:41:38 UTC

[GitHub] [camel] vilmosnagy commented on a change in pull request #4952: [CAMEL-14871] doneFileName attribute on the S3Consumers

vilmosnagy commented on a change in pull request #4952:
URL: https://github.com/apache/camel/pull/4952#discussion_r566063954



##########
File path: components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/S3Consumer.java
##########
@@ -16,19 +16,11 @@
  */
 package org.apache.camel.component.aws.s3;
 
-import java.util.ArrayList;
-import java.util.Collection;
-import java.util.LinkedList;
-import java.util.List;
-import java.util.Queue;
+import java.util.*;
 
 import com.amazonaws.AmazonClientException;
 import com.amazonaws.services.s3.AmazonS3;
-import com.amazonaws.services.s3.model.GetObjectRequest;
-import com.amazonaws.services.s3.model.ListObjectsRequest;
-import com.amazonaws.services.s3.model.ObjectListing;
-import com.amazonaws.services.s3.model.S3Object;
-import com.amazonaws.services.s3.model.S3ObjectSummary;
+import com.amazonaws.services.s3.model.*;

Review comment:
       Yeah, fixed, thanks.

##########
File path: components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/S3Consumer.java
##########
@@ -16,19 +16,11 @@
  */
 package org.apache.camel.component.aws.s3;
 
-import java.util.ArrayList;
-import java.util.Collection;
-import java.util.LinkedList;
-import java.util.List;
-import java.util.Queue;
+import java.util.*;

Review comment:
       Yeah, fixed, thanks.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org