This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 50462fd6c0 Correct back-port
50462fd6c0 is described below
commit 50462fd6c0296f672a9e2aa843be66b24357f0de
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Sep 22 21:00:43 2025 +0100
Correct back-port
---
java/org/apache/coyote/Request.java | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/java/org/apache/coyote/Request.java
b/java/org/apache/coyote/Request.java
index 2f31210829..2de1201b87 100644
--- a/java/org/apache/coyote/Request.java
+++ b/java/org/apache/coyote/Request.java
@@ -696,11 +696,9 @@ public final class Request {
}
/**
- * Set the start time using the value provided by {@code
System.currentTimeMillis()}.
+ * @param startTime time
*
- * @param startTime The value returned from {@code
System.currentTimeMillis()} at the point the requests started.
- *
- * @deprecated Unused. Will be removed in Tomcat 12 onwards. Use {@link
#markStartTime()}.
+ * @deprecated This setter will be removed in Tomcat 11. Use {@link
#markStartTime()}.
*/
@Deprecated
public void setStartTime(long startTime) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]