This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 2eb2471823 Correct Javadoc - time is in nanoseconds
2eb2471823 is described below

commit 2eb2471823a682720428a95266b6d95e62022db9
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]

Reply via email to