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

Commit ee37ef15 authored by Nathan Harold's avatar Nathan Harold
Browse files

Fix Typo in CellIdentityNr

s/fomrat/format/

Bug: 176222981
Test: compilation (docstring only change)
Change-Id: I9c488d468f3e9f207922b13c16dccbaa96c0df7f
parent 2e677987
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@ public final class CellIdentityNr extends CellIdentity {
    }

    /**
     * @return Mobile Network Code in string fomrat, or {@code null} if unknown.
     * @return Mobile Network Code in string format, or {@code null} if unknown.
     */
    @Nullable
    public String getMncString() {