This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit cdee488496b9896bd947fdc010e79832736479fa Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Jan 4 16:54:52 2024 +0000 Fix typo --- java/org/apache/tomcat/util/threads/LocalStrings.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/tomcat/util/threads/LocalStrings.properties b/java/org/apache/tomcat/util/threads/LocalStrings.properties index e6999e19e4..273a378551 100644 --- a/java/org/apache/tomcat/util/threads/LocalStrings.properties +++ b/java/org/apache/tomcat/util/threads/LocalStrings.properties @@ -20,4 +20,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. -vvirtualThreadExecutor.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