This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 37ab4f9395dfdab011fb879795cb5a8c63e28017
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jun 1 19:53:53 2022 +0100

    Correct order
---
 java/org/apache/tomcat/util/compat/LocalStrings.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/tomcat/util/compat/LocalStrings.properties 
b/java/org/apache/tomcat/util/compat/LocalStrings.properties
index 262b81554f..e8cdea670e 100644
--- a/java/org/apache/tomcat/util/compat/LocalStrings.properties
+++ b/java/org/apache/tomcat/util/compat/LocalStrings.properties
@@ -13,11 +13,11 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+jre19Compat.javaPre19=Class not found so assuming code is running on a 
pre-Java 19 JVM
+
 jre8Compat.javaPre8=Class not found so assuming code is running on a pre-Java 
8 JVM
 jre8Compat.unexpected=Failed to create references to Java 8 classes and methods
 
-jre19Compat.javaPre19=Class not found so assuming code is running on a 
pre-Java 19 JVM
-
 jre9Compat.invalidModuleUri=The module URI provided [{0}] could not be 
converted to a URL for the JarScanner to process
 jre9Compat.javaPre9=Class not found so assuming code is running on a pre-Java 
9 JVM
 jre9Compat.unexpected=Failed to create references to Java 9 classes and methods


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

Reply via email to