This is an automated email from the ASF dual-hosted git repository. apupier 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 6cdc4e01924 Fix style in RestConfigurationDefintion 6cdc4e01924 is described below commit 6cdc4e01924a95a0d99fe85a13ac72d3aa48a552 Author: Aurélien Pupier <apup...@redhat.com> AuthorDate: Tue Jun 17 16:29:30 2025 +0200 Fix style in RestConfigurationDefintion after change in https://github.com/apache/camel/commit/853e94510bfedf06b4fbf6f9bfd0f1ded18d581f Signed-off-by: Aurélien Pupier <apup...@redhat.com> --- .../java/org/apache/camel/model/rest/RestConfigurationDefinition.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/camel-core-model/src/main/java/org/apache/camel/model/rest/RestConfigurationDefinition.java b/core/camel-core-model/src/main/java/org/apache/camel/model/rest/RestConfigurationDefinition.java index 7af57ddd270..b09852b1f56 100644 --- a/core/camel-core-model/src/main/java/org/apache/camel/model/rest/RestConfigurationDefinition.java +++ b/core/camel-core-model/src/main/java/org/apache/camel/model/rest/RestConfigurationDefinition.java @@ -527,7 +527,8 @@ public class RestConfigurationDefinition { } /** - * Allows to configure custom validation levels when using camel-openapi-validator with client request/response validator. + * Allows to configure custom validation levels when using camel-openapi-validator with client request/response + * validator. */ public void setValidationLevels(List<RestPropertyDefinition> validationLevels) { this.validationLevels = validationLevels;