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/03/19 17:24:27 UTC

[camel] branch main updated: Polished

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 6930024  Polished
6930024 is described below

commit 6930024be42f44743d5eef66b0483c59c5c20e50
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Mar 19 18:23:27 2022 +0100

    Polished
---
 .../src/main/java/org/apache/camel/main/BaseMainSupport.java           | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/camel-main/src/main/java/org/apache/camel/main/BaseMainSupport.java b/core/camel-main/src/main/java/org/apache/camel/main/BaseMainSupport.java
index cf7cb55..8d2b2c3 100644
--- a/core/camel-main/src/main/java/org/apache/camel/main/BaseMainSupport.java
+++ b/core/camel-main/src/main/java/org/apache/camel/main/BaseMainSupport.java
@@ -185,7 +185,7 @@ public abstract class BaseMainSupport extends BaseService {
     }
 
     /**
-     * Adds a initial property for the properties component, which will be used before any locations are resolved.
+     * Adds a property (initial) for the properties component, which will be used before any locations are resolved.
      *
      * @param key   the property key
      * @param value the property value
@@ -775,6 +775,7 @@ public abstract class BaseMainSupport extends BaseService {
             CamelContext camelContext, MainConfigurationProperties config,
             Map<String, String> autoConfiguredProperties)
             throws Exception {
+
         if (config.getFileConfigurations() != null) {
             String[] locs = config.getFileConfigurations().split(",");
             for (String loc : locs) {