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 949ca544849 Fixed CS
949ca544849 is described below
commit 949ca544849c46232245de138416d84fc2756d75
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Aug 24 16:41:52 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 62fb1164c36..c713e7b2756 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
@@ -83,7 +83,7 @@ abstract class ExportBaseCommand extends CamelCommand {
@CommandLine.Option(names = { "--local-kamelet-dir" },
description = "Local directory for loading Kamelets
(takes precedence)")
- String localKameletDir;
+ protected String localKameletDir;
@CommandLine.Option(names = { "--spring-boot-version" }, description =
"Spring Boot version",
defaultValue = "2.7.2")