Merge "Remove FIXME that getApnSetting should be NonNull" am: a0895c8580
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1261865 Change-Id: Iadbfe55a4875a4fd05264ac5641ad2465aa490d2
This commit is contained in:
@@ -266,7 +266,6 @@ public final class PreciseDataConnectionState implements Parcelable {
|
|||||||
*
|
*
|
||||||
* @return the ApnSetting that was used to configure this data connection.
|
* @return the ApnSetting that was used to configure this data connection.
|
||||||
*/
|
*/
|
||||||
// FIXME: This shouldn't be nullable; update once the ApnSetting is supplied correctly
|
|
||||||
public @Nullable ApnSetting getApnSetting() {
|
public @Nullable ApnSetting getApnSetting() {
|
||||||
return mApnSetting;
|
return mApnSetting;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user