You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/05/10 19:19:11 UTC

[tomcat] branch main updated: Fix comment typo

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 c820bf7160 Fix comment typo
c820bf7160 is described below

commit c820bf7160f90f8dd040c3954a8a783d76b2b564
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed May 10 20:19:05 2023 +0100

    Fix comment typo
---
 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 2fc13d62c6..3de6908893 100644
--- a/java/org/apache/tomcat/util/compat/JreCompat.java
+++ b/java/org/apache/tomcat/util/compat/JreCompat.java
@@ -20,7 +20,7 @@ import java.lang.reflect.Field;
 
 /**
  * This is the base implementation class for JRE compatibility and provides an
- * implementation based on Java 11. Sub-classes may extend this class and provide
+ * implementation based on Java 17. Sub-classes may extend this class and provide
  * alternative implementations for later JRE versions
  */
 public class JreCompat {


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