Browse Source

bug fix

master
XiaXiang 7 years ago
parent
commit
de5b91ac46
  1. 4
      designer/src/com/fr/design/mainframe/alphafine/cell/model/AlphaCellModel.java

4
designer/src/com/fr/design/mainframe/alphafine/cell/model/AlphaCellModel.java

@ -28,10 +28,6 @@ public abstract class AlphaCellModel implements Comparable {
} }
public AlphaCellModel() {
}
public CellType getType() { public CellType getType() {
return type; return type;
} }

Loading…
Cancel
Save