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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]