Skip to content
Snippets Groups Projects
Commit 1ccdba1d authored by tfli's avatar tfli
Browse files

Added flow size

parent 159e43fc
No related branches found
No related tags found
No related merge requests found
...@@ -494,7 +494,7 @@ public class TestgeneratorDSLSerializer { ...@@ -494,7 +494,7 @@ public class TestgeneratorDSLSerializer {
flow.getInclElements().clear(); flow.getInclElements().clear();
flow.getInclElements().addAll(newFers); flow.getInclElements().addAll(newFers);
flow.setFlowSize(flow.getInclElements().size());
return newFers; return newFers;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment