Skip to content

Commit

Permalink
BZ1301051: Column values are deleted after changing the operator in a…
Browse files Browse the repository at this point in the history
… Guided Decision Table
  • Loading branch information
manstis committed Feb 24, 2016
1 parent 0774811 commit 0e797de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ public class DTCellValue52 {
private Boolean valueBoolean;
private Date valueDate;
private Number valueNumeric;
private String valueString = "";
private DataTypes dataType = DataTypes.STRING;
private String valueString;
private DataTypes dataType;

//Does this cell represent "all other values" to those explicitly defined for the column
private boolean isOtherwise;
Expand Down

0 comments on commit 0e797de

Please sign in to comment.