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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2bc30cedd2 Restore i18n string incorrectly removed back in 2011
2bc30cedd2 is described below

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

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

diff --git a/java/jakarta/el/LocalStrings.properties 
b/java/jakarta/el/LocalStrings.properties
index 068877d62e..c337c071e5 100644
--- a/java/jakarta/el/LocalStrings.properties
+++ b/java/jakarta/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 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