Browse Source

REPORT-81416 导入正确的包

fix-lag
Destiny.Lin 2 years ago
parent
commit
16b56bb8ee
  1. 2
      designer-base/src/main/java/com/fr/design/carton/EventDispatchThreadHangMonitor.java

2
designer-base/src/main/java/com/fr/design/carton/EventDispatchThreadHangMonitor.java

@ -7,7 +7,6 @@ import com.fr.stable.ArrayUtils;
import com.fr.stable.ProductConstantsBase; import com.fr.stable.ProductConstantsBase;
import com.fr.stable.StableUtils; import com.fr.stable.StableUtils;
import com.fr.stable.StringUtils; import com.fr.stable.StringUtils;
import com.fr.third.ibm.icu.text.SimpleDateFormat;
import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.NotNull;
import javax.swing.SwingUtilities; import javax.swing.SwingUtilities;
@ -22,6 +21,7 @@ import java.io.IOException;
import java.lang.management.ManagementFactory; import java.lang.management.ManagementFactory;
import java.lang.management.ThreadInfo; import java.lang.management.ThreadInfo;
import java.lang.management.ThreadMXBean; import java.lang.management.ThreadMXBean;
import java.text.SimpleDateFormat;
import java.util.LinkedList; import java.util.LinkedList;
import java.util.Timer; import java.util.Timer;
import java.util.TimerTask; import java.util.TimerTask;

Loading…
Cancel
Save