Browse Source

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

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

* commit '7f3dd21e666a69642e4a2fb844320a4e52c4555b':
  REPORT-81416 导入正确的包
new-design
Destiny.Lin-林锦龙 2 years ago
parent
commit
90878779b2
  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