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

Commit 74d136c5 authored by Kyunglyul Hyun's avatar Kyunglyul Hyun
Browse files

add @Override annotation

Flag: EXEMPT, just annotation
Bug: 349479600
Test: m -j;
Change-Id: I71442afbce5ab511e51e173d92552f39fee79076
parent 13d0d022
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -280,6 +280,7 @@ public class BluetoothPbapCallLogComposer implements AutoCloseable {
    }

    /** Closes the composer, releasing all of its resources. */
    @Override
    public void close() {
        if (mCursor != null) {
            try {
+1 −0
Original line number Diff line number Diff line
@@ -194,6 +194,7 @@ public class BluetoothPbapSimVcardManager implements AutoCloseable {
    }

    /** Closes the manager, releasing all of its resources. */
    @Override
    public void close() {
        if (mCursor != null) {
            try {