NIFI-1218 addressed PR comments

Signed-off-by: jpercivall <joepercivall@yahoo.com>
This commit is contained in:
Oleg Zhurakousky 2015-12-16 13:39:26 -05:00 committed by jpercivall
parent 37635232c7
commit 7c87968260
1 changed files with 3 additions and 4 deletions

View File

@ -474,18 +474,17 @@ 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) {
// TODO Auto-generated method stub // not part of the test; ignoring
} }
@Override @Override
public void flush() { public void flush() {
// TODO Auto-generated method stub // not part of the test; ignoring
} }
} }