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

Commit 9accc3e6 authored by Jack He's avatar Jack He
Browse files

[Script] Remove empty finally block

* Empty 'final' block inspection in Intellij
* Accept automatic fixes

Bug: 63597465
Test: make checkbuild, no manual changes, no functional changes
Change-Id: I6d86299e1d68a508401eee6305b32ad194131c1f
parent b9526e35
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());