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

removed obsolete comment

parent ceb66d98
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,6 @@ public class ByteArrayFileWriter extends ConsumerStage<byte[]> {
@Override
protected void execute(final byte[] element) {
FileOutputStream fo;
// TODO check if file exists, otherwise create file
try {
fo = new FileOutputStream(this.file);
fo.write(element);
......
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