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

Commit 9a4a06b0 authored by Kyunglyul Hyun's avatar Kyunglyul Hyun Committed by Gerrit Code Review
Browse files

Merge "add @Override annotation" into main

parents fd72ab75 74d136c5
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 {