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
The following commit(s) were added to refs/heads/10.1.x by this push:
new 143484b769 This appears to be unnecessary with Eclipse 4.31+
143484b769 is described below
commit 143484b769af938c828cbf12f8ac54ca114267bb
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Apr 16 19:42:50 2024 +0100
This appears to be unnecessary with Eclipse 4.31+
---
java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java
b/java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java
index 7b7a919a91..c2e1c3a582 100644
--- a/java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java
+++ b/java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java
@@ -1165,7 +1165,6 @@ public class ThreadPoolExecutor extends
AbstractExecutorService {
*
* @param w the worker
*/
- @SuppressWarnings("null") // task cannot be null
final void runWorker(Worker w) {
Thread wt = Thread.currentThread();
Runnable task = w.firstTask;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]