This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 279fad96ba Fix comment 279fad96ba is described below commit 279fad96bac5ea4cb3492ca161ff557d96274c58 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Jul 26 10:19:58 2024 +0100 Fix comment --- java/org/apache/tomcat/util/compat/JreCompat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/tomcat/util/compat/JreCompat.java b/java/org/apache/tomcat/util/compat/JreCompat.java index ba90e334ec..efb9e024a9 100644 --- a/java/org/apache/tomcat/util/compat/JreCompat.java +++ b/java/org/apache/tomcat/util/compat/JreCompat.java @@ -241,7 +241,7 @@ public class JreCompat { * * So, the slightly longer description for this method is: * - * Java 17 implementation of a method replaced between Java 18 and 22 with the replacement method being used by + * Java 11 implementation of a method replaced between Java 18 and 22 with the replacement method being used by * Tomcat when running on Java 21 onwards. */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org