清理动态线程池无用代码.

pull/10/head
chen.ma 3 years ago
parent 2100145b0a
commit d967b8a8d6

@ -910,7 +910,7 @@ public class DynamicThreadPoolExecutor extends ThreadPoolExecutor {
protected void afterExecute(Runnable r, Throwable t) {
Date startDate = statisticsTime.remove(String.valueOf(r.hashCode()));
Date finishDate = new Date();
long diff = finishDate.getTime() - startDate.getTime();
// long diff = finishDate.getTime() - startDate.getTime();
}

Loading…
Cancel
Save