From ee37ef15d44c01146543740c89546e513aa61fc1 Mon Sep 17 00:00:00 2001 From: Nathan Harold Date: Thu, 29 Apr 2021 15:30:54 -0700 Subject: [PATCH] Fix Typo in CellIdentityNr s/fomrat/format/ Bug: 176222981 Test: compilation (docstring only change) Change-Id: I9c488d468f3e9f207922b13c16dccbaa96c0df7f --- telephony/java/android/telephony/CellIdentityNr.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telephony/java/android/telephony/CellIdentityNr.java b/telephony/java/android/telephony/CellIdentityNr.java index 0dfc7f6df27d0..b3ec1f0415e4c 100644 --- a/telephony/java/android/telephony/CellIdentityNr.java +++ b/telephony/java/android/telephony/CellIdentityNr.java @@ -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() {