mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2026-01-12 11:31:43 +01:00
JBR-4104 jbr-dev compilation failure
Corrected suppress warnings
This commit is contained in:
@@ -38,7 +38,7 @@ class LibDispatchRetainedResource {
|
||||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("deprecation")
|
||||
@SuppressWarnings("removal")
|
||||
protected void finalize() throws Throwable {
|
||||
dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user