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 8d3cc7d25d01 Polished javadoc link (#19930)
8d3cc7d25d01 is described below
commit 8d3cc7d25d01af71bf2078cca1fe73f65d4f95f8
Author: Preben Asmussen <[email protected]>
AuthorDate: Sat Nov 15 16:52:58 2025 +0100
Polished javadoc link (#19930)
---
core/camel-api/src/main/java/org/apache/camel/Exchange.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/camel-api/src/main/java/org/apache/camel/Exchange.java
b/core/camel-api/src/main/java/org/apache/camel/Exchange.java
index 767b17a50124..7f3ea2daf124 100644
--- a/core/camel-api/src/main/java/org/apache/camel/Exchange.java
+++ b/core/camel-api/src/main/java/org/apache/camel/Exchange.java
@@ -800,7 +800,7 @@ public interface Exchange extends VariableAware {
/**
* Gets the timestamp in millis when this exchange was created.
*
- * @see Message#getMessageTimestamp()
+ * @see Clock#getCreated()
*/
@Deprecated(since = "4.4.0")
long getCreated();