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 529370e1cc Restore i18n string incorrectly removed back in 2011
529370e1cc is described below

commit 529370e1ccef7b4082e33c4b6399a25b8b9f3d22
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Oct 9 13:51:36 2023 -0300

    Restore i18n string incorrectly removed back in 2011
---
 java/javax/el/LocalStrings.properties | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/java/javax/el/LocalStrings.properties 
b/java/javax/el/LocalStrings.properties
index 3c510859e1..02ce32b154 100644
--- a/java/javax/el/LocalStrings.properties
+++ b/java/javax/el/LocalStrings.properties
@@ -44,6 +44,8 @@ propertyNotWritable=Property [{1}] not writable on type [{0}]
 propertyReadError=Error reading [{1}] on type [{0}]
 propertyWriteError=Error writing [{1}] on type [{0}]
 
+resolverNotWritable=ELResolver not writable for type [{0}]
+
 staticFieldELResolver.methodNotFound=No matching public static method named 
[{0}] found on class [{1}]
 staticFieldELResolver.notFound=No public static field named [{0}] was found on 
(exported for Java 9+) class [{1}]
 staticFieldELResolver.notWritable=Writing to static fields (in this case field 
[{0}] on class [{1}]) is not permitted


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

Reply via email to