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

surpress rawtype warnings

parent 3f4b1299
No related branches found
No related tags found
No related merge requests found
......@@ -203,6 +203,7 @@ public final class Analysis<T extends AnalysisConfiguration> implements Uncaught
LOGGER.debug("Created " + createdConnections + "connections");
}
@SuppressWarnings("rawtypes")
public void colorAndConnectStages(final Integer i, final Map<Stage, Integer> colors, final Stage threadableStage) {
Set<Stage> threadableStageJobs = configuration.getThreadableStageJobs();
for (OutputPort outputPort : threadableStage.getOutputPorts()) {
......
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