Suppress warning

This commit is contained in:
Andrea Cavalli 2021-09-07 11:29:28 +02:00
parent d4ed99cc24
commit dd1ed1d18f

View File

@ -80,6 +80,7 @@ public class CachedIndexSearcher {
return indexSearcher;
}
@SuppressWarnings("deprecation")
@Override
protected void finalize() throws Throwable {
if (usages > 0) {