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

am: 0b0d934919

Change-Id: Ifb20705f8e58acf35af7ce9c665e8f006c48c889
This commit is contained in:
Cody Kesting
2019-03-19 17:11:08 -07:00
committed by android-build-merger

View File

@@ -53,6 +53,9 @@ import java.util.stream.Collectors;
* <li>Operator name, short name and numeric id
* <li>Network selection mode
* </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 {