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

Commit 23156218 authored by Cody Kesting's avatar Cody Kesting Committed by android-build-merger
Browse files

Merge "Add class comment to avoid extending ServiceState class." am: f0a67227

am: 0b0d9349

Change-Id: Ifb20705f8e58acf35af7ce9c665e8f006c48c889
parents 27799c5f 0b0d9349
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -53,6 +53,9 @@ import java.util.stream.Collectors;
 *   <li>Operator name, short name and numeric id
 *   <li>Operator name, short name and numeric id
 *   <li>Network selection mode
 *   <li>Network selection mode
 * </ul>
 * </ul>
 *
 * For historical reasons this class is not declared as final; however,
 * it should be treated as though it were final.
 */
 */
public class ServiceState implements Parcelable {
public class ServiceState implements Parcelable {