Attempt to prevent threadPool null pointers

This commit is contained in:
James Seibel
2023-11-25 07:39:31 -06:00
parent d1d7cc4dd2
commit 124dbe700f
@@ -90,9 +90,8 @@ public class ConfigThreadPool
{
if (this.executor != null)
{
//LOGGER.info("Stopping File Handler");
//LOGGER.info("Stopping thread pool");
this.executor.shutdownNow();
this.executor = null;
}
this.threadCount = 0;