apupier commented on code in PR #25025:
URL: https://github.com/apache/camel/pull/25025#discussion_r3631411238
##########
components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioConsumer.java:
##########
@@ -329,14 +326,13 @@ protected void processCommit(Exchange exchange) {
removeObject(srcBucketName, srcObjectName);
LOG.trace("Deleted object from bucket {} with objectName
{}...", srcBucketName, srcObjectName);
}
- } catch (MinioException | NoSuchAlgorithmException |
InvalidKeyException | IOException e) {
+ } catch (MinioException e) {
Review Comment:
[[1;31mERROR[m]
[1;31m/home/apupier/git/camel/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioConsumer.java:[330,35]
exception java.io.IOException is never thrown in body of corresponding try
statement[m
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]