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

#65

parent 522806ea
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ public final class Merger<T> extends AbstractStage { ...@@ -86,7 +86,7 @@ public final class Merger<T> extends AbstractStage {
if (set.size() == this.getInputPorts().length) { if (set.size() == this.getInputPorts().length) {
signal.trigger(this); signal.trigger(this);
this.outputPort.sendSignal(signal); // this.outputPort.sendSignal(signal);
signalMap.remove(signal.getClass()); signalMap.remove(signal.getClass());
} }
} else { } else {
......
...@@ -12,7 +12,7 @@ public class WordCountingTest { ...@@ -12,7 +12,7 @@ public class WordCountingTest {
@Test @Test
public void test1() { public void test1() {
WordCountingConfiguration wcc = new WordCountingConfiguration(1, new File("src/test/resources/data/output.txt"), new File( WordCountingConfiguration wcc = new WordCountingConfiguration(3, new File("src/test/resources/data/output.txt"), new File(
"src/test/resources/data/output.txt")); "src/test/resources/data/output.txt"));
Analysis analysis = new Analysis(wcc); Analysis analysis = new Analysis(wcc);
analysis.start(); analysis.start();
......
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