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

removed errors

parent b527460c
No related branches found
No related tags found
No related merge requests found
...@@ -41,13 +41,4 @@ public class File2ByteArray extends AbstractConsumerStage<File> { ...@@ -41,13 +41,4 @@ public class File2ByteArray extends AbstractConsumerStage<File> {
return this.outputPort; return this.outputPort;
} }
@Override
public boolean shouldBeTerminated() {
return false;
}
@Override
public void terminate() {
}
} }
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