Add missing @Override annotation
This commit is contained in:
parent
1bc42be7ff
commit
adef9e4133
|
@ -94,6 +94,7 @@ public final class ClientRequestor implements AutoCloseable {
|
||||||
*
|
*
|
||||||
* @throws Exception if an exception occurs while closing the ClientRequestor
|
* @throws Exception if an exception occurs while closing the ClientRequestor
|
||||||
*/
|
*/
|
||||||
|
@Override
|
||||||
public void close() throws Exception {
|
public void close() throws Exception {
|
||||||
replyConsumer.close();
|
replyConsumer.close();
|
||||||
requestProducer.close();
|
requestProducer.close();
|
||||||
|
|
Loading…
Reference in New Issue