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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0758356  Note incompatible time unit change in the javadoc
0758356 is described below

commit 075835663ff357fb57c54072b2577105601dc3e5
Author: remm <r...@apache.org>
AuthorDate: Tue Mar 3 15:30:49 2020 +0100

    Note incompatible time unit change in the javadoc
---
 java/org/apache/catalina/AccessLog.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/AccessLog.java 
b/java/org/apache/catalina/AccessLog.java
index 6674309..bd10497 100644
--- a/java/org/apache/catalina/AccessLog.java
+++ b/java/org/apache/catalina/AccessLog.java
@@ -76,7 +76,9 @@ public interface AccessLog {
      * @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
-     *                  nanoseconds (use 0 if not known)
+     *                  nanoseconds (use 0 if not known); in Tomcat
+     *                  versions prior to 10, the time unit was
+     *                  milliseconds
      */
     public void log(Request request, Response response, long time);
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to