Skip to content
Snippets Groups Projects
Commit fe13d75c authored by Michael Leuschel's avatar Michael Leuschel
Browse files

add TODO

parent eeaa6656
Branches
Tags
No related merge requests found
...@@ -62,8 +62,8 @@ public class CustomPreconditionInputDialog extends InputDialog { ...@@ -62,8 +62,8 @@ public class CustomPreconditionInputDialog extends InputDialog {
sb.append(vals.get(i)); sb.append(vals.get(i));
if(i!=sze-1) { sb.append(" & ");} if(i!=sze-1) { sb.append(" & ");}
} }
return sb.toString(); return sb.toString();
// TODO: ideally we would want to store the predicate provided by the user, in case the execution fails
} }
private Operation getCustomOperation() { private Operation getCustomOperation() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment