Loading telephony/java/android/telephony/PreciseDataConnectionState.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -265,7 +265,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; } } Loading Loading
telephony/java/android/telephony/PreciseDataConnectionState.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -265,7 +265,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; } } Loading