Merge "Remove FIXME that getApnSetting should be NonNull" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
055ebf2d33
@@ -265,7 +265,6 @@ public final class PreciseDataConnectionState implements Parcelable {
|
||||
*
|
||||
* @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() {
|
||||
return mApnSetting;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user