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

Commit 70d4d6df authored by Cody Kesting's avatar Cody Kesting Committed by android-build-merger
Browse files

Merge "Fix generic inferred type argument."

am: a538107a

Change-Id: I5ac5579440d309c583debe5ce876721a84460c84
parents 0bb5bf87 a538107a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -218,7 +218,7 @@ public class ConnectivityDiagnosticsManager {


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