stop need to set log to null so that isstarted will return false

This commit is contained in:
Heng Sin Low 2013-04-03 14:38:47 +08:00
parent eb8146112b
commit 7b38ac17f4
1 changed files with 1 additions and 0 deletions

View File

@ -650,6 +650,7 @@ public final class Adempiere
if (threadPoolExecutor != null) {
threadPoolExecutor.shutdown();
}
log = null;
}
public static ScheduledThreadPoolExecutor getThreadPoolExecutor() {