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

add TODO

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