This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new f0745d9d10 Correct Javadoc - time is in nanoseconds
f0745d9d10 is described below
commit f0745d9d10ae6b22b1fe51703a20df958fb30ca3
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Sep 23 11:41:58 2025 +0100
Correct Javadoc - time is in nanoseconds
---
java/org/apache/catalina/Container.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/catalina/Container.java
b/java/org/apache/catalina/Container.java
index c9b7e4baef..981d8c5439 100644
--- a/java/org/apache/catalina/Container.java
+++ b/java/org/apache/catalina/Container.java
@@ -429,7 +429,7 @@ public interface Container extends Lifecycle {
*
* @param request Request (associated with the response) to log
* @param response Response (associated with the request) to log
- * @param time Time taken to process the request/response in
milliseconds (use 0 if not known)
+ * @param time Time taken to process the request/response in
nanoseconds (use 0 if not known)
* @param useDefault Flag that indicates that the request/response should
be logged in the engine's default access
* log
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]