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

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


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
     new 3c5b5fa62bc CAMEL-19360: camel-jbang - Export a set of files
3c5b5fa62bc is described below

commit 3c5b5fa62bc07204adbc9e72b8b63f049a1bcf96
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed May 17 19:13:41 2023 +0200

    CAMEL-19360: camel-jbang - Export a set of files
---
 .../org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 3840a433f74..ad7eab3c2fd 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
@@ -72,9 +72,9 @@ abstract class ExportBaseCommand extends CamelCommand {
 
     @CommandLine.Parameters(description = "The Camel file(s) to export. If no 
files is specified then what was last run will be exported.",
                             arity = "0..9", paramLabel = "<files>", 
parameterConsumer = FilesConsumer.class)
-    Path[] filePaths; // Defined only for file path completion; the field 
never used
+    protected Path[] filePaths; // Defined only for file path completion; the 
field never used
 
-    List<String> files = new ArrayList<>();
+    protected List<String> files = new ArrayList<>();
 
     @CommandLine.Option(names = { "--profile" }, scope = 
CommandLine.ScopeType.INHERIT, defaultValue = "application",
                         description = "Profile to use, which refers to loading 
properties file with the given profile name. By default application.properties 
is loaded.")

Reply via email to