Revert "NIFI-1218 addressed PR comments"

This reverts commit 7c87968260.
This commit is contained in:
joewitt 2015-12-19 00:06:35 -05:00
parent 05395eeca5
commit 51821e01b6
1 changed files with 4 additions and 3 deletions

View File

@ -474,17 +474,18 @@ public class TestPutKafka {
@Override @Override
public void close() { public void close() {
// not part of the test; ignoring
} }
@Override @Override
public void close(long arg0, TimeUnit arg1) { public void close(long arg0, TimeUnit arg1) {
// not part of the test; ignoring // TODO Auto-generated method stub
} }
@Override @Override
public void flush() { public void flush() {
// not part of the test; ignoring // TODO Auto-generated method stub
} }
} }