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 f467c785fa6 Regen for commit 741758ebc4dcbfe868249b7c106f19f13ed92c57
f467c785fa6 is described below
commit f467c785fa6d267db810b55139adf00460ba64e8
Author: gnodet <[email protected]>
AuthorDate: Wed Dec 7 16:48:08 2022 +0000
Regen for commit 741758ebc4dcbfe868249b7c106f19f13ed92c57
Signed-off-by: GitHub <[email protected]>
---
.../main/java/org/apache/camel/support/PropertyBindingListener.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/core/camel-support/src/main/java/org/apache/camel/support/PropertyBindingListener.java
b/core/camel-support/src/main/java/org/apache/camel/support/PropertyBindingListener.java
index ecbf413bc97..ff9b4723cfd 100644
---
a/core/camel-support/src/main/java/org/apache/camel/support/PropertyBindingListener.java
+++
b/core/camel-support/src/main/java/org/apache/camel/support/PropertyBindingListener.java
@@ -25,9 +25,9 @@ public interface PropertyBindingListener {
/**
* Triggered before binding the value on the target
*
- * @param target the target
- * @param key they key
- * @param value the value
+ * @param target the target
+ * @param key they key
+ * @param value the value
*/
void bindProperty(Object target, String key, Object value);
}