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 2023/05/10 17:15:14 UTC

[camel] branch main updated: Regen for commit f7f3ed0c10e757cca1bfdd2fd2f6a0140745b1bd

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 2d24ae744ae Regen for commit f7f3ed0c10e757cca1bfdd2fd2f6a0140745b1bd
2d24ae744ae is described below

commit 2d24ae744aeebaf86180f6b03d11c9fb3bd20095
Author: oscerd <os...@users.noreply.github.com>
AuthorDate: Wed May 10 17:09:25 2023 +0000

    Regen for commit f7f3ed0c10e757cca1bfdd2fd2f6a0140745b1bd
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../src/main/java/org/apache/camel/component/minio/MinioEndpoint.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioEndpoint.java b/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioEndpoint.java
index a4d47f4bc2c..71e8e66da6c 100644
--- a/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioEndpoint.java
+++ b/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioEndpoint.java
@@ -92,7 +92,7 @@ public class MinioEndpoint extends ScheduledPollEndpoint {
                 LOG.trace("AutoCreateBucket set to true, Creating bucket {}...", bucketName);
                 makeBucket(bucketName);
                 LOG.trace("Bucket created");
-            } 
+            }
         }
 
         if (isNotEmpty(getConfiguration().getPolicy())) {