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 a47a7e39b2b Regen for commit 1efafcbdaa0742b15c218310274600a3393eab2e 
(#7628)
a47a7e39b2b is described below

commit a47a7e39b2b808f2122605b35c2e8f65acead75c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue May 17 21:39:25 2022 +0200

    Regen for commit 1efafcbdaa0742b15c218310274600a3393eab2e (#7628)
    
    Signed-off-by: GitHub <[email protected]>
    
    Co-authored-by: davsclaus <[email protected]>
---
 .../src/main/java/org/apache/camel/dsl/jbang/core/commands/Pipe.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Pipe.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Pipe.java
index b6910a8f7ca..cdd5b796fc1 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Pipe.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Pipe.java
@@ -42,7 +42,8 @@ class Pipe implements Callable<Integer> {
                         description = "For how long time in seconds Camel can 
be idle before stopping")
     int maxIdleSeconds;
 
-    @CommandLine.Option(names = { "--logging" }, defaultValue = "false", 
description = "Can be used to turn on logging (logs to file in .camel-jbang 
directory)")
+    @CommandLine.Option(names = { "--logging" }, defaultValue = "false",
+                        description = "Can be used to turn on logging (logs to 
file in .camel-jbang directory)")
     boolean logging;
 
     @CommandLine.Option(names = { "--logging-level" }, defaultValue = "info", 
description = "Logging level")

Reply via email to