JBR-4104 jbr-dev compilation failure

Corrected suppress warnings
This commit is contained in:
Alexey Ushakov
2021-12-09 18:37:50 +01:00
committed by jbrbot
parent e57b1dab39
commit 42fd40dfb9

View File

@@ -38,7 +38,7 @@ class LibDispatchRetainedResource {
}
@Override
@SuppressWarnings("deprecation")
@SuppressWarnings("removal")
protected void finalize() throws Throwable {
dispose();
}