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

Commit daeeddc5 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

MTP: Fix build break due to misuse of "git add -i" command



Change-Id: I85528a43a56942dde921603a353383e2c8f8d93d
Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent af2ba835
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -89,7 +89,6 @@ public class MtpDatabase {
    protected void finalize() throws Throwable {
        try {
            native_finalize();
            mDevicePropDb.close();
        } finally {
            super.finalize();
        }