Add missing @Override annotation

This commit is contained in:
Ville Skyttä 2016-07-29 11:45:15 +03:00 committed by Clebert Suconic
parent 1bc42be7ff
commit adef9e4133
1 changed files with 1 additions and 0 deletions

View File

@ -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();