Suppress resource leak warning in UpdateRequestProcessor.close() method.

This commit is contained in:
Christine Poerschke 2017-09-21 15:28:33 +01:00
parent bdc973c707
commit 9bc338c266
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ public abstract class UpdateRequestProcessor implements Closeable {
@Override
public final void close() throws IOException {
@SuppressWarnings("resource")
UpdateRequestProcessor p = this;
while (p != null) {
try {