refactor(商城): 代码优化

master
wayn 3 years ago
parent 8729a1ccf9
commit 19cd2680f3

@ -12,12 +12,10 @@ import java.util.concurrent.TimeUnit;
*/
public class AsyncExecutorUtil {
private static Timer timer = null;
private static Timer timer;
static {
if (timer == null) {
timer = new Timer("timer-executor-thread");
}
timer = new Timer("timer-executor-thread");
}

Loading…
Cancel
Save