Merge "Remove FIXME that getApnSetting should be NonNull"

This commit is contained in:
Nathan Harold
2020-07-10 18:00:11 +00:00
committed by Gerrit Code Review

View File

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