Remove FIXME that getApnSetting should be NonNull
API Council has asked that I remove a comment suggesting that this API be NonNull. While in theory, we should be able to make this NonNull in the future, the tooling doesn't work in a way that makes such a change beneficial. Bug: 151928851 Test: compilation (comment-only change) Change-Id: Ifd80f2859e4a090225aab1b3a483325d654a2412
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user