Merge "Remove FIXME that getApnSetting should be NonNull" into rvc-dev

This commit is contained in:
Nathan Harold
2020-03-19 22:19:45 +00:00
committed by Android (Google) Code Review

View File

@@ -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;
}