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 c3624fc662 Fix resource name
c3624fc662 is described below

commit c3624fc66215606392c8e4bd16e7d42b434f7300
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon May 22 12:31:34 2023 +0100

    Fix resource name
---
 java/org/apache/tomcat/util/compat/LocalStrings.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/tomcat/util/compat/LocalStrings.properties 
b/java/org/apache/tomcat/util/compat/LocalStrings.properties
index 945ec00371..b550e42156 100644
--- a/java/org/apache/tomcat/util/compat/LocalStrings.properties
+++ b/java/org/apache/tomcat/util/compat/LocalStrings.properties
@@ -18,7 +18,7 @@ jre16Compat.unexpected=Failed to create references to Java 16 
classes and method
 
 jre19Compat.javaPre19=Class not found so assuming code is running on a 
pre-Java 19 JVM
 
-jre21Compat.javaPre16=Class not found so assuming code is running on a 
pre-Java 21 JVM
+jre21Compat.javaPre21=Class not found so assuming code is running on a 
pre-Java 21 JVM
 jre21Compat.unexpected=Failed to create references to Java 21 classes and 
methods
 
 jreCompat.noUnixDomainSocket=Java Runtime does not support Unix domain 
sockets. You must use Java 16 or later to use this feature.


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

Reply via email to