Browse Source

REPORT-13280 【设计器启动】注册失败后,设计器卡死

bugfix/10.0
Hades 6 years ago
parent
commit
4dccaabbbf
  1. 2
      designer-realize/src/main/java/com/fr/design/mainframe/CellElementPropertyPane.java

2
designer-realize/src/main/java/com/fr/design/mainframe/CellElementPropertyPane.java

@ -67,7 +67,7 @@ public class CellElementPropertyPane extends DockingView {
}
public synchronized static CellElementPropertyPane getInstance() {
public static CellElementPropertyPane getInstance() {
if (singleton == null) {
synchronized (CellElementPropertyPane.class) {
if (singleton == null) {

Loading…
Cancel
Save