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 7290990c63 Fix typo
7290990c63 is described below

commit 7290990c631beee5729e7aadb2eda38fdfbf2a29
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed May 10 20:15:16 2023 +0100

    Fix typo
---
 java/org/apache/tomcat/util/compat/Jre19Compat.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/tomcat/util/compat/Jre19Compat.java 
b/java/org/apache/tomcat/util/compat/Jre19Compat.java
index 9fb26f0090..60ee0c2dc1 100644
--- a/java/org/apache/tomcat/util/compat/Jre19Compat.java
+++ b/java/org/apache/tomcat/util/compat/Jre19Compat.java
@@ -36,7 +36,7 @@ public class Jre19Compat extends JreCompat {
         try {
             c1 = Class.forName("java.lang.WrongThreadException");
         } catch (ClassNotFoundException cnfe) {
-            // Must be pre-Java 16
+            // Must be pre-Java 19
             log.debug(sm.getString("jre19Compat.javaPre19"), cnfe);
         }
 


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

Reply via email to