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/04/21 05:16:23 UTC

[camel] branch main updated: Regen for commit fbafa9fc8e07a30619ec380c0e3e2aced02da27f

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 2f88f333948 Regen for commit fbafa9fc8e07a30619ec380c0e3e2aced02da27f
2f88f333948 is described below

commit 2f88f3339484ca1d902fbe200c6c6209bd796a11
Author: davsclaus <da...@users.noreply.github.com>
AuthorDate: Fri Apr 21 05:11:29 2023 +0000

    Regen for commit fbafa9fc8e07a30619ec380c0e3e2aced02da27f
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../apache/camel/maven/generator/openapi/AbstractGenerateMojo.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tooling/maven/camel-restdsl-openapi-plugin/src/main/java/org/apache/camel/maven/generator/openapi/AbstractGenerateMojo.java b/tooling/maven/camel-restdsl-openapi-plugin/src/main/java/org/apache/camel/maven/generator/openapi/AbstractGenerateMojo.java
index 1865d6f359d..b2f4bca61e6 100644
--- a/tooling/maven/camel-restdsl-openapi-plugin/src/main/java/org/apache/camel/maven/generator/openapi/AbstractGenerateMojo.java
+++ b/tooling/maven/camel-restdsl-openapi-plugin/src/main/java/org/apache/camel/maven/generator/openapi/AbstractGenerateMojo.java
@@ -224,9 +224,9 @@ abstract class AbstractGenerateMojo extends AbstractMojo {
         configOptions.put("hideGenerationTimestamp", "true");
         elements.add(new MojoExecutor.Element(
                 "configOptions", configOptions.entrySet().stream()
-                    .map(e -> new MojoExecutor.Element(e.getKey(), e.getValue()))
-                    .toArray(MojoExecutor.Element[]::new)));
-        
+                        .map(e -> new MojoExecutor.Element(e.getKey(), e.getValue()))
+                        .toArray(MojoExecutor.Element[]::new)));
+
         executeMojo(
                 plugin(
                         groupId("io.swagger.codegen.v3"),