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 b505fdc Add missing string
b505fdc is described below
commit b505fdcc743c8366627b232c43ab178e6e7f907e
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Oct 7 16:20:17 2021 +0100
Add missing string
---
java/org/apache/jasper/resources/LocalStrings.properties | 1 +
1 file changed, 1 insertion(+)
diff --git a/java/org/apache/jasper/resources/LocalStrings.properties
b/java/org/apache/jasper/resources/LocalStrings.properties
index 7677f03..b3ae626 100644
--- a/java/org/apache/jasper/resources/LocalStrings.properties
+++ b/java/org/apache/jasper/resources/LocalStrings.properties
@@ -49,6 +49,7 @@ jsp.error.cannotAddResolver=Cannot call addELResolver after
the first request ha
jsp.error.classname=Cannot determine classname from .class file
jsp.error.coerce_to_type=Cannot coerce value [{2}] to type [{1}] for attribute
[{0}].
jsp.error.compilation=Error compiling file: [{0}] [{1}]
+jsp.error.compilation.dependent=Failed to load class [{0}]
jsp.error.compilation.jdt=Compilation error
jsp.error.compilation.jdtProblemError=Error processing JDT problems list
jsp.error.compilation.source=Error loading source file [{0}]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]