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

Commit ef028219 authored by Cody Kesting's avatar Cody Kesting
Browse files

Fix generic inferred type argument.

Test: compiles.
Test: atest FrameworksNetTests
Change-Id: I0dffb3f44fb465ac8bae3c41f26176e86f65e825
parent 4328fba8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ public class ConnectivityDiagnosticsManager {

        /** Implement the Parcelable interface */
        public static final @NonNull Creator<ConnectivityReport> CREATOR =
                new Creator<>() {
                new Creator<ConnectivityReport>() {
                    public ConnectivityReport createFromParcel(Parcel in) {
                        return new ConnectivityReport(
                                in.readParcelable(null),