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 1da1552 Correct error message (copy/paste error) 1da1552 is described below commit 1da1552abc56a46e6c46113f42fa2624894e2dc5 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Aug 17 08:29:16 2021 +0100 Correct error message (copy/paste error) --- java/org/apache/el/LocalStrings.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/el/LocalStrings.properties b/java/org/apache/el/LocalStrings.properties index d9f5503..3ee497d 100644 --- a/java/org/apache/el/LocalStrings.properties +++ b/java/org/apache/el/LocalStrings.properties @@ -22,7 +22,7 @@ error.compare=Cannot compare [{0}] to [{1}] error.function=Problems calling function [{0}] error.invalidMethodExpression=Not a valid method expression [{0}] error.noFunctionMapperTarget=FunctionMapper target cannot be null -error.noVariableMapperTarget=FunctionMapper target cannot be null +error.noVariableMapperTarget=VariableMapper target cannot be null error.nullLocalName=Local name cannot be null error.nullMethod=Method cannot be null error.unreachable.base=Target Unreachable, identifier [{0}] resolved to null --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org