Skip to content
Snippets Groups Projects
Commit ed3c63e2 authored by Christian Wulf's avatar Christian Wulf
Browse files

added BETTER

parent 56c976e2
Branches
Tags
No related merge requests found
...@@ -36,7 +36,7 @@ public class Analysis implements UncaughtExceptionHandler { ...@@ -36,7 +36,7 @@ public class Analysis implements UncaughtExceptionHandler {
} }
private void validateStages() { private void validateStages() {
// TODO validate concurrently // BETTER validate concurrently
final List<Stage> threadableStageJobs = this.configuration.getThreadableStageJobs(); final List<Stage> threadableStageJobs = this.configuration.getThreadableStageJobs();
for (Stage stage : threadableStageJobs) { for (Stage stage : threadableStageJobs) {
// portConnectionValidator.validate(stage); // portConnectionValidator.validate(stage);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment