You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/06/07 04:41:36 UTC

[camel] branch main updated: Regen for commit 882b2f8009442618980671f599a22bb467a11439 (#7732)

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

davsclaus 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 e0b08c4f0e4 Regen for commit 882b2f8009442618980671f599a22bb467a11439 (#7732)
e0b08c4f0e4 is described below

commit e0b08c4f0e4afd9f309ef16751e32bc2e95b63bc
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Tue Jun 7 06:41:31 2022 +0200

    Regen for commit 882b2f8009442618980671f599a22bb467a11439 (#7732)
    
    Signed-off-by: GitHub <no...@github.com>
    
    Co-authored-by: lburgazzoli <lb...@users.noreply.github.com>
---
 .../java/org/apache/camel/dsl/jbang/core/commands/BaseExport.java   | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/BaseExport.java b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/BaseExport.java
index ee24a7a8644..b8d61feeeb8 100644
--- a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/BaseExport.java
+++ b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/BaseExport.java
@@ -63,7 +63,8 @@ abstract class BaseExport extends CamelCommand {
             "--kamelets-version" }, description = "Apache Camel Kamelets version", defaultValue = "0.8.1")
     protected String kameletsVersion;
 
-    @CommandLine.Option(names = { "-dir",
+    @CommandLine.Option(names = {
+            "-dir",
             "--directory" }, description = "Directory where the project will be exported", defaultValue = ".")
     protected String exportDir;
 
@@ -186,7 +187,8 @@ abstract class BaseExport extends CamelCommand {
         // noop
     }
 
-    protected void copySettingsAndProfile(File settings, File profile, File targetDir,
+    protected void copySettingsAndProfile(
+            File settings, File profile, File targetDir,
             Function<Properties, Object> customize)
             throws Exception {
         OrderedProperties prop = new OrderedProperties();