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 421f987b52 Fix typo
421f987b52 is described below

commit 421f987b52c1e6156c3624a2ca20ecfae0ea2242
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 fb94810b40..45ce68b666 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 Jre16Compat {
         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