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
commit f1d866b7f204cff6caa64f93c9500deb5ef99348 Author: Chenjp <ch...@msn.com> AuthorDate: Fri Sep 13 09:37:30 2024 +0800 Update FastHttpDateFormat.java --- java/org/apache/tomcat/util/http/FastHttpDateFormat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/tomcat/util/http/FastHttpDateFormat.java b/java/org/apache/tomcat/util/http/FastHttpDateFormat.java index 157f451507..6875d8282f 100644 --- a/java/org/apache/tomcat/util/http/FastHttpDateFormat.java +++ b/java/org/apache/tomcat/util/http/FastHttpDateFormat.java @@ -71,7 +71,7 @@ public final class FastHttpDateFormat { } /** - * Instant on which the currentDate object was generated. + * Instant on which the currentDate object was generated. */ private static volatile long currentDateGeneratedInSeconds = 0L; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org