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

removed old code

parent 6a5cc279
Branches
Tags
No related merge requests found
......@@ -73,15 +73,6 @@ public class Merger<T> extends AbstractStage {
signalMap.put(signal.getClass(), 1);
}
// if (0 == finishedInputPorts) {
// signal.trigger(this);
// }
// this.finishedInputPorts++;
//
// if (this.finishedInputPorts == this.getInputPorts().length) {
// this.outputPort.sendSignal(signal);
// this.finishedInputPorts = 0;
// }
}
public IMergerStrategy<T> getMergerStrategy() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment