Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 975e9620 authored by Nathan Harold's avatar Nathan Harold Committed by Automerger Merge Worker
Browse files

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

Merge "Remove FIXME that getApnSetting should be NonNull" into rvc-dev am: 055ebf2d am: e1d1e6b7 am: 4e46d0a8 am: 745675e8

Change-Id: I476188c7863345b6f6f59667bc3dd9bb68f7fabe
parents 21ab4c98 745675e8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
    }