Skip to content
Snippets Groups Projects
Commit 82acdaf7 authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

recursive call was misplaced

parent b74d1fab
No related branches found
No related tags found
No related merge requests found
......@@ -238,10 +238,10 @@ public final class Analysis<T extends AnalysisConfiguration> implements Uncaught
}
intraThreadPipeFactory.create(connection.getSourcePort(), connection.getTargetPort());
colors.put(targetStage, i);
colorAndConnectStages(i, colors, targetStage);
}
connected++;
// configuration.getConnections().remove(connection); remove connection to increase performance
colorAndConnectStages(i, colors, targetStage);
}
}
}
......
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