stop need to set log to null so that isstarted will return false
This commit is contained in:
parent
eb8146112b
commit
7b38ac17f4
|
@ -650,6 +650,7 @@ public final class Adempiere
|
|||
if (threadPoolExecutor != null) {
|
||||
threadPoolExecutor.shutdown();
|
||||
}
|
||||
log = null;
|
||||
}
|
||||
|
||||
public static ScheduledThreadPoolExecutor getThreadPoolExecutor() {
|
||||
|
|
Loading…
Reference in New Issue