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

Commit a0895c85 authored by Nathan Harold's avatar Nathan Harold Committed by Gerrit Code Review
Browse files

Merge "Remove FIXME that getApnSetting should be NonNull"

parents ec71624f e00977e4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -266,7 +266,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;
    }