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
commit 9de7a6c2fa9abc0a57a23e13953adae3a2083e60 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Jun 28 16:37:17 2024 +0100 Correct spacing --- java/jakarta/el/LocalStrings.properties | 1 - java/org/apache/tomcat/util/threads/LocalStrings.properties | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/java/jakarta/el/LocalStrings.properties b/java/jakarta/el/LocalStrings.properties index c337c071e5..e0bc40d9f8 100644 --- a/java/jakarta/el/LocalStrings.properties +++ b/java/jakarta/el/LocalStrings.properties @@ -43,7 +43,6 @@ propertyNotReadable=Property [{1}] not readable on type [{0}] propertyNotWritable=Property [{1}] not writable on type [{0}] propertyReadError=Error reading [{1}] on type [{0}] propertyWriteError=Error writing [{1}] on type [{0}] - resolverNotWritable=ELResolver not writable for type [{0}] staticFieldELResolver.methodNotFound=No matching public static method named [{0}] found on class [{1}] diff --git a/java/org/apache/tomcat/util/threads/LocalStrings.properties b/java/org/apache/tomcat/util/threads/LocalStrings.properties index 22a50d21be..5c79a42bd0 100644 --- a/java/org/apache/tomcat/util/threads/LocalStrings.properties +++ b/java/org/apache/tomcat/util/threads/LocalStrings.properties @@ -24,4 +24,4 @@ threadPoolExecutor.queueFull=Queue capacity is full threadPoolExecutor.taskRejected=Task [{0}] rejected from [{1}] threadPoolExecutor.threadStoppedToAvoidPotentialLeak=Stopping thread [{0}] to avoid potential memory leaks after a context was stopped. -virtualThreadExecutor.taskRejected=Task [{0}] rejected from [{1}] \ No newline at end of file +virtualThreadExecutor.taskRejected=Task [{0}] rejected from [{1}] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org