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

Commit 2a5b461f authored by Jack He's avatar Jack He Committed by android-build-merger
Browse files

Merge "[Script] Remove empty finally block"

am: 7e3d8573

Change-Id: Iaa01b409ef10552a329e1fe8a95a2519d908c767
parents c6608fdd 7e3d8573
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3594,7 +3594,6 @@ public class BluetoothMapContent {
                        Log.d(TAG,"extractMmsParts",e);
                        part.mData = null;
                        part.mCharsetName = null;
                    } finally {
                    }
                    part.mFileName = filename;
                } while(c.moveToNext());
@@ -3664,7 +3663,6 @@ public class BluetoothMapContent {
                        Log.d(TAG,"extractIMParts",e);
                        part.mData = null;
                        part.mCharsetName = null;
                    } finally {
                    }
                    part.mFileName = filename;
                } while(c.moveToNext());