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

markt-asf 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 d4c331bf2c Remove unused terms
d4c331bf2c is described below

commit d4c331bf2c150f71403da0c96deb88fa36c155f7
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Sep 8 14:18:09 2026 +0100

    Remove unused terms
---
 java/org/apache/el/LocalStrings_ko.properties    | 1 -
 java/org/apache/el/LocalStrings_zh_CN.properties | 1 -
 2 files changed, 2 deletions(-)

diff --git a/java/org/apache/el/LocalStrings_ko.properties 
b/java/org/apache/el/LocalStrings_ko.properties
index 3496274fbb..2d8a9c08c7 100644
--- a/java/org/apache/el/LocalStrings_ko.properties
+++ b/java/org/apache/el/LocalStrings_ko.properties
@@ -34,7 +34,6 @@ error.invalidMethodExpression=유효한 메소드 표현식이 아닙니다: [{0
 error.invoke.tooFewParams=메소드 [{0}](은)는 최소 [{2}] 개의 파라미터들을 요구하는데, [{1}] 개의 
파라미터들과 함께 호출되었습니다.
 error.invoke.wrongParams=메소드 [{0}](은)는 [{2}] 개의 파라미터들을 요구하는데, [{1}] 개의 파라미터들과 
함께 호출되었습니다.
 error.lambda.tooManyMethodParameterSets=내재된 람다 표현식에 지정된 파라미터들의 개수보다 많은 메소드 
파라미터의 집합들이 존재합니다.
-error.lambda.wrongNestedState=NestedState는 오직 한번만 설정될 수 있습니다.
 error.method=유효하지 않은 메소드 표현식: [{0}]
 error.method.ambiguous=모호하지 않게 메소드를 찾을 수 없습니다: {0}.{1}({2})
 error.method.notfound=메소드를 찾을 수 없습니다: {0}.{1}({2})
diff --git a/java/org/apache/el/LocalStrings_zh_CN.properties 
b/java/org/apache/el/LocalStrings_zh_CN.properties
index f5fcba2a3a..69195f49d6 100644
--- a/java/org/apache/el/LocalStrings_zh_CN.properties
+++ b/java/org/apache/el/LocalStrings_zh_CN.properties
@@ -34,7 +34,6 @@ error.invalidMethodExpression=不是有效的方法表达式[{0}]
 error.invoke.tooFewParams=方法[{0}]在调用时入参为 [{1}],预期入参至少为 [{2}]
 error.invoke.wrongParams=方法[{0}]在调用时入参为 [{1}],预期入参为 [{2}]
 error.lambda.tooManyMethodParameterSets=指定的方法参数集多于嵌套lambda表达式的集合
-error.lambda.wrongNestedState=嵌套状态只能设置一次
 error.method=无效的方法表达式:[{0}]
 error.method.ambiguous=找不到明确的方法:{0}。{1}({2})
 error.method.notfound=找不到方法:{0}。{1}({2})


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to