Skip to content

Commit e858bc2

Browse files
committed
format and optimize code
1 parent 68ee7b6 commit e858bc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/src/main/java/org/dromara/dynamictp/core/monitor/DtpMonitor.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
package org.dromara.dynamictp.core.monitor;
1919

20-
2120
import com.google.common.eventbus.Subscribe;
2221
import lombok.extern.slf4j.Slf4j;
2322
import org.dromara.dynamictp.common.entity.ThreadPoolStats;
@@ -35,7 +34,6 @@
3534
import org.dromara.dynamictp.core.support.ExecutorWrapper;
3635
import org.dromara.dynamictp.core.support.ThreadPoolCreator;
3736

38-
3937
import java.util.Set;
4038
import java.util.concurrent.ScheduledExecutorService;
4139
import java.util.concurrent.ScheduledFuture;
@@ -53,6 +51,7 @@
5351
public class DtpMonitor {
5452

5553
private static final ScheduledExecutorService MONITOR_EXECUTOR = ThreadPoolCreator.newScheduledThreadPool("dtp-monitor", 1);
54+
5655
private final DtpProperties dtpProperties;
5756

5857
private ScheduledFuture<?> monitorFuture;

0 commit comments

Comments
 (0)