mirror of https://github.com/apache/nifi.git
NIFI-1218 addressed PR comments
Signed-off-by: jpercivall <joepercivall@yahoo.com>
This commit is contained in:
parent
37635232c7
commit
7c87968260
|
@ -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
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue