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 f42fd708d0c Regen for commit 7c8e2ef8d72def4f82bfe04fd6c3d962ce7d02ae 
(#8868)
f42fd708d0c is described below

commit f42fd708d0c81b87a686a6ac16b485af34f0a732
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 8 10:50:00 2022 +0100

    Regen for commit 7c8e2ef8d72def4f82bfe04fd6c3d962ce7d02ae (#8868)
    
    Signed-off-by: GitHub <nore...@github.com>
    
    Signed-off-by: GitHub <nore...@github.com>
    Co-authored-by: davsclaus <davscl...@users.noreply.github.com>
---
 .../src/main/java/org/apache/camel/spi/PropertiesFunction.java      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/core/camel-api/src/main/java/org/apache/camel/spi/PropertiesFunction.java 
b/core/camel-api/src/main/java/org/apache/camel/spi/PropertiesFunction.java
index 85dc86eeaa5..6e3482db6d6 100644
--- a/core/camel-api/src/main/java/org/apache/camel/spi/PropertiesFunction.java
+++ b/core/camel-api/src/main/java/org/apache/camel/spi/PropertiesFunction.java
@@ -31,7 +31,7 @@ public interface PropertiesFunction {
      *
      * @param  remainder the remainder value
      * @return           a value as the result of the function
-     * @see #lookupFirst(String)
+     * @see              #lookupFirst(String)
      */
     String apply(String remainder);
 
@@ -39,8 +39,8 @@ public interface PropertiesFunction {
      * Whether the value should be looked up as a regular properties first, 
before applying this function.
      *
      * @param  remainder the remainder value
-     * @return           true to resolve the remainder value as a property 
value, and then afterwards apply this function,
-     *                   false to apply this function without lookup (default).
+     * @return           true to resolve the remainder value as a property 
value, and then afterwards apply this
+     *                   function, false to apply this function without lookup 
(default).
      */
     default boolean lookupFirst(String remainder) {
         return false;

Reply via email to