mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
JBR-4104 jbr-dev compilation failure
Corrected suppress warnings
This commit is contained in:
committed by
alexey.ushakov@jetbrains.com
parent
1bb738e43d
commit
fd3c9f3cf0
@@ -38,7 +38,7 @@ class LibDispatchRetainedResource {
|
||||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("deprecation")
|
||||
@SuppressWarnings("removal")
|
||||
protected void finalize() throws Throwable {
|
||||
dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user