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 1ab5dec Update removal notice 1ab5dec is described below commit 1ab5decee4e77008e860bc7e701379f6a17ae7cd Author: remm <r...@apache.org> AuthorDate: Tue Mar 3 15:25:12 2020 +0100 Update removal notice The refactoring to nanoTime will most likely not be backported to Tomcat 9, so move the notice version number forward. --- java/org/apache/coyote/Request.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/coyote/Request.java b/java/org/apache/coyote/Request.java index 05ba75c..dc77bf0 100644 --- a/java/org/apache/coyote/Request.java +++ b/java/org/apache/coyote/Request.java @@ -571,7 +571,7 @@ public final class Request { /** * * @param startTime time - * @deprecated This setter will be removed in Tomcat 10. + * @deprecated This setter will be removed in Tomcat 10.1. */ @Deprecated public void setStartTime(long startTime) { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org