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:14:49 UTC

[camel] branch camel-3.x updated: Regen for commit 0797e13dcf7a6a8f724d2db7b9b583dbf5fd7322

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

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


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new 4d0774d6d26 Regen for commit 0797e13dcf7a6a8f724d2db7b9b583dbf5fd7322
4d0774d6d26 is described below

commit 4d0774d6d2692642eac9a7dbf752aff4e2c3f565
Author: oscerd <os...@users.noreply.github.com>
AuthorDate: Wed May 10 17:09:15 2023 +0000

    Regen for commit 0797e13dcf7a6a8f724d2db7b9b583dbf5fd7322
    
    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())) {