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

Commit c49cef6d authored by Shuo Qian's avatar Shuo Qian Committed by Automerger Merge Worker
Browse files

Merge "Remove the last return in the MccTable.updateMccMnConfiguration" am: 32a89f1e

Change-Id: I51952d67f6284e90d307dd0cc2f9c0e8beeec3c8
parents d3150a7c 32a89f1e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -297,7 +297,6 @@ public final class MccTable {
                        mccmnc.substring(0, 3), mccmnc.substring(3))) {
                    Rlog.d(LOG_TAG, "updateMccMncConfiguration: update mccmnc="
                            + mccmnc + " failure");
                    return;
                } else {
                    Rlog.d(LOG_TAG, "updateMccMncConfiguration: update mccmnc="
                            + mccmnc + " success");