This is an automated email from the ASF dual-hosted git repository.
acosentino 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 68956719125 Regen for commit 4b258ec710902454492d5d848f33b1b920d8a47d
68956719125 is described below
commit 689567191254493b4b06ca5968a6d4d0f59e9263
Author: orpiske <[email protected]>
AuthorDate: Tue May 16 13:55:05 2023 +0000
Regen for commit 4b258ec710902454492d5d848f33b1b920d8a47d
Signed-off-by: GitHub <[email protected]>
---
.../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 8fc21fb058f..0c8d16c3c2a 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
@@ -369,7 +369,8 @@ public abstract class BaseMainSupport extends BaseService {
}
}
- private Properties tryLoadProperties(Properties initialProperties, String
initialPropertiesLocation, CamelContext camelContext)
+ private Properties tryLoadProperties(
+ Properties initialProperties, String initialPropertiesLocation,
CamelContext camelContext)
throws IOException {
Properties ip = initialProperties;
if (ip == null || ip.isEmpty()) {