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 fceb5aeac41ffc5a6fb64b2ce177628b5d85c621 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Dec 4 08:32:34 2020 +0100 CAMEL-15880 - Regen docs and fixed CS --- .../resources/org/apache/camel/catalog/docs/minio-component.adoc | 2 +- .../src/main/java/org/apache/camel/component/minio/MinioEndpoint.java | 4 ++-- docs/components/modules/ROOT/pages/minio-component.adoc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/minio-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/minio-component.adoc index 69f089f..22c4f5b 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/minio-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/minio-component.adoc @@ -506,4 +506,4 @@ Maven users will need to add the following dependency to their pom.xml. where `$\{camel-version}` must be replaced by the actual version of Camel. -include::camel-spring-boot::page$minio-starter.adoc[] \ No newline at end of file +include::camel-spring-boot::page$minio-starter.adoc[] 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 41ff62f..e85cf8f 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 @@ -29,7 +29,6 @@ import io.minio.MinioClient; import io.minio.SetBucketPolicyArgs; import io.minio.StatObjectArgs; import io.minio.StatObjectResponse; - import org.apache.camel.Category; import org.apache.camel.Component; import org.apache.camel.Consumer; @@ -106,7 +105,8 @@ public class MinioEndpoint extends ScheduledPollEndpoint { makeBucket(bucketName); LOG.trace("Bucket created"); } else { - throw new IllegalArgumentException("Bucket does not exists, set autoCreateBucket option for bucket auto creation"); + throw new IllegalArgumentException( + "Bucket does not exists, set autoCreateBucket option for bucket auto creation"); } } diff --git a/docs/components/modules/ROOT/pages/minio-component.adoc b/docs/components/modules/ROOT/pages/minio-component.adoc index 2109582..365473c 100644 --- a/docs/components/modules/ROOT/pages/minio-component.adoc +++ b/docs/components/modules/ROOT/pages/minio-component.adoc @@ -508,4 +508,4 @@ Maven users will need to add the following dependency to their pom.xml. where `$\{camel-version}` must be replaced by the actual version of Camel. -include::camel-spring-boot::page$minio-starter.adoc[] \ No newline at end of file +include::camel-spring-boot::page$minio-starter.adoc[]