This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new bf3d9069ff Fix typo bf3d9069ff is described below commit bf3d9069ffeac8aec2a77a4d9ed2bccb6ca816b7 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