Browse Source

bug fix

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

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

@ -27,11 +27,7 @@ public abstract class AlphaCellModel implements Comparable {
this.content = content; this.content = content;
} }
public AlphaCellModel() {
}
public CellType getType() { public CellType getType() {
return type; return type;
} }

Loading…
Cancel
Save