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/08/05 05:14:33 UTC

[camel] branch camel-3.18.x updated: Fixed CS

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

davsclaus pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
     new ab3eb5dcdf4 Fixed CS
ab3eb5dcdf4 is described below

commit ab3eb5dcdf4f6cf83d2fd8e9cfad80d0d484e5d4
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Aug 5 07:13:39 2022 +0200

    Fixed CS
---
 .../org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
index 41c06855768..6bb03c4a133 100644
--- a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
+++ b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
@@ -60,7 +60,7 @@ abstract class ExportBaseCommand extends CamelCommand {
 
     @CommandLine.Option(names = {
             "--dep", "--deps" }, description = "Add additional dependencies (Use commas to separate multiple dependencies).")
-    String dependencies;
+    protected String dependencies;
 
     @CommandLine.Option(names = { "--runtime" }, description = "Runtime (spring-boot, quarkus, or camel-main)")
     protected String runtime;