Skip to content
Snippets Groups Projects
Commit d21501a9 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Update on random sequences

parent f8c85fd4
Branches
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ public class TaskVariableTableModel extends AbstractTableModel {
try {
val = task.getAttributes().get(row+size-cpt).getInitialValue();
} catch (Exception e) {}
if ((val == null) | (val.length() == 0)) {
if ((val == null) || (val.length() == 0)) {
return " - ";
} else {
return val;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment