Browse Source

Pull request #10295: REPORT-81416 导入正确的包

Merge in DESIGN/design from ~DESTINY.LIN/design:persist/11.0 to persist/11.0

* commit '16b56bb8ee42a2851d9344ff1e8be755f6b6345d':
  REPORT-81416 导入正确的包
fix-lag
Destiny.Lin-林锦龙 2 years ago
parent
commit
6b9966c368
  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.StableUtils;
import com.fr.stable.StringUtils;
import com.fr.third.ibm.icu.text.SimpleDateFormat;
import org.jetbrains.annotations.NotNull;
import javax.swing.SwingUtilities;
@ -22,6 +21,7 @@ import java.io.IOException;
import java.lang.management.ManagementFactory;
import java.lang.management.ThreadInfo;
import java.lang.management.ThreadMXBean;
import java.text.SimpleDateFormat;
import java.util.LinkedList;
import java.util.Timer;
import java.util.TimerTask;

Loading…
Cancel
Save