Skip to content

Commit e25863c

Browse files
author
Jean-Baptiste Queru
committed
fix build
Change-Id: I86ee569ec81e6c690f7697237be7d94307014142
1 parent d87ed5a commit e25863c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

telephony/java/android/telephony/ServiceState.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,11 @@ public String getOperatorAlphaShort() {
307307
* In GSM/UMTS, numeric format is 3 digit country code plus 2 or 3 digit
308308
* network code.
309309
*
310+
* @return numeric format of operator, null if unregistered or unknown
311+
*/
312+
/*
310313
* The country code can be decoded using
311314
* {@link com.android.internal.telephony.MccTable#countryCodeForMcc(int)}.
312-
*
313-
* @return numeric format of operator, null if unregistered or unknown
314315
*/
315316
public String getOperatorNumeric() {
316317
return mOperatorNumeric;

0 commit comments

Comments
 (0)