Skip to content

Commit fb6bdb5

Browse files
committedSep 2, 2021
Import/export cycle to fix ordering
1 parent d62d35f commit fb6bdb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎java/org/apache/el/LocalStrings_zh_CN.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616
elSupport.coerce.nonAbstract=无法将LambdaExpression强制到函数接口[{0}],因为方法[{1}]不是抽象的
1717

1818
error.cannotSetVariables=不能在工厂上设置变量
19+
error.compare=无法将[{0}}]与[{1}]进行比较
1920
error.context.null=ELConect为空
2021
error.convert=无法将类型为[{1}]的[{0}]转换为[{2}]
21-
error.compare=无法将[{0}}]与[{1}]进行比较
2222
error.fnMapper.method=找不到函数[{0}]
2323
error.fnMapper.null=表达式使用函数,但未提供FunctionMapper
2424
error.fnMapper.paramcount=函数[{0}]指定了[{1}]参数,但声明了[{2}]
2525
error.function=调用函数[{0}]时出现问题
2626
error.function.tooManyMethodParameterSets=为函数[{0}]指定了多组参数
2727
error.identifier.noMethod=标识[{0}]为空,无法调用
28-
error.identifier.notjava=标识符[{0}]不是EL规范第1.19节要求的有效Java标识符(标识符::=Java语言标识符)。可以通过将系统属性org.apache.el.parser.SKIP_IDENTIFIER_CHECK设置为true来禁用此检查。
2928
error.identifier.notMethodExpression=Identity [{0}]未引用方法表达式实例,返回类型[{1}]
29+
error.identifier.notjava=标识符[{0}]不是EL规范第1.19节要求的有效Java标识符(标识符::=Java语言标识符)。可以通过将系统属性org.apache.el.parser.SKIP_IDENTIFIER_CHECK设置为true来禁用此检查。
3030
error.invalidMethodExpression=不是有效的方法表达式[{0}]
31-
error.invoke.wrongParams=方法[{0}]在调用时入参为 [{1}],预期入参为 [{2}]
3231
error.invoke.tooFewParams=方法[{0}]在调用时入参为 [{1}],预期入参至少为 [{2}]
32+
error.invoke.wrongParams=方法[{0}]在调用时入参为 [{1}],预期入参为 [{2}]
3333
error.lambda.tooManyMethodParameterSets=指定的方法参数集多于嵌套lambda表达式的集合
3434
error.lambda.wrongNestedState=嵌套状态只能设置一次
3535
error.method=无效的方法表达式:[{0}]

0 commit comments

Comments
 (0)
Please sign in to comment.