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

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


The following commit(s) were added to refs/heads/master by this push:
     new c1a47e0  Improve wording and trigger a CI build
c1a47e0 is described below

commit c1a47e01d73ea39b8e47add088ce014b3b2f587b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Aug 24 09:43:49 2020 +0100

    Improve wording and trigger a CI build
---
 java/org/apache/jasper/resources/LocalStrings.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/jasper/resources/LocalStrings.properties 
b/java/org/apache/jasper/resources/LocalStrings.properties
index 3261dcb..9729a14 100644
--- a/java/org/apache/jasper/resources/LocalStrings.properties
+++ b/java/org/apache/jasper/resources/LocalStrings.properties
@@ -312,8 +312,8 @@ jspc.delete.fail=Failed to delete file [{0}]
 jspc.error.compilation=Compilation error
 jspc.error.fileDoesNotExist=The file argument [{0}] does not exist
 jspc.error.generalException=ERROR-the file [{0}] generated the following 
general exception:
-jspc.error.invalidFragment=Aborting pre-compilation due to errors in web 
fragments
-jspc.error.invalidWebXml=Aborting pre-compilation due to errors in web.xml
+jspc.error.invalidFragment=Failing pre-compilation due to errors in web 
fragments
+jspc.error.invalidWebXml=Failing pre-compilation due to errors in web.xml
 jspc.error.minThreadCount=There must be at least one thread [{0}]
 jspc.error.parseThreadCount=Cannot parse thread count [{0}]
 jspc.error.unknownOption=Unrecognized option [{0}]. Use -help for help.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to