This is an automated email from the ASF dual-hosted git repository. orpiske 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 f1e63236796 Regen for commit d7807796f2381a4fe5cdad7d780248ee48028e69 f1e63236796 is described below commit f1e63236796d4d60c55b4a3e6bc2004029dc8380 Author: davsclaus <davscl...@users.noreply.github.com> AuthorDate: Mon May 2 12:21:13 2022 +0000 Regen for commit d7807796f2381a4fe5cdad7d780248ee48028e69 Signed-off-by: GitHub <nore...@github.com> --- .../src/main/java/org/apache/camel/main/KameletMain.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/KameletMain.java b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/KameletMain.java index 3752aa40728..9e0a4790064 100644 --- a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/KameletMain.java +++ b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/KameletMain.java @@ -143,7 +143,9 @@ public class KameletMain extends MainCommandLineSupport { completed(); } }); - addOption(new ParameterOption("download", "download", "Whether to allow automatic downloaded JAR dependencies, over the internet.", "download") { + addOption(new ParameterOption( + "download", "download", "Whether to allow automatic downloaded JAR dependencies, over the internet.", + "download") { @Override protected void doProcess(String arg, String parameter, LinkedList<String> remainingArgs) { if (arg.equals("-download")) {