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) {
|
if (threadPoolExecutor != null) {
|
||||||
threadPoolExecutor.shutdown();
|
threadPoolExecutor.shutdown();
|
||||||
}
|
}
|
||||||
|
log = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static ScheduledThreadPoolExecutor getThreadPoolExecutor() {
|
public static ScheduledThreadPoolExecutor getThreadPoolExecutor() {
|
||||||
|
|
Loading…
Reference in New Issue