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 alexey.ushakov@jetbrains.com
parent 1bb738e43d
commit fd3c9f3cf0

View File

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