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 de70f9703d7 Regen for commit 4bf48eaf2a017f213820a4d33663c6c7346fd739
de70f9703d7 is described below
commit de70f9703d71ba5dc215a97447ffea99f10fe5ad
Author: davsclaus <[email protected]>
AuthorDate: Fri Jun 24 15:39:56 2022 +0000
Regen for commit 4bf48eaf2a017f213820a4d33663c6c7346fd739
Signed-off-by: GitHub <[email protected]>
---
.../src/main/java/org/apache/camel/util/LocationHelper.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/core/camel-util/src/main/java/org/apache/camel/util/LocationHelper.java
b/core/camel-util/src/main/java/org/apache/camel/util/LocationHelper.java
index 30b8e752ef4..f992dd6061a 100644
--- a/core/camel-util/src/main/java/org/apache/camel/util/LocationHelper.java
+++ b/core/camel-util/src/main/java/org/apache/camel/util/LocationHelper.java
@@ -24,9 +24,9 @@ public final class LocationHelper {
/**
* The location as human-readable with the given key from the properties
*
- * @param properties the properties
- * @param key the key
- * @return the location or empty if not possible to resolve a location.
+ * @param properties the properties
+ * @param key the key
+ * @return the location or empty if not possible to resolve a
location.
*/
public static String locationSummary(OrderedLocationProperties properties,
String key) {
String loc = properties.getLocation(key);