Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27ac9683 authored by Shai Barack's avatar Shai Barack
Browse files

Suppress Finalize warning in MessageQueue.

https://errorprone.info/bugpattern/Finalize

ErrorProne says to only override finalize if you know what you're doing.
We totally know what we're doing. Maybe.

Flag: EXEMPT cleanup
Change-Id: I8f31065e682d36863b934bd4afb8de66eb2379d3
parent d8857c2b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -261,6 +261,7 @@ public final class MessageQueue {
        }
    }

    @SuppressWarnings("Finalize")
    @Override
    protected void finalize() throws Throwable {
        try {