Merge "Fix generic inferred type argument."

am: 7e5cce2c67

Change-Id: I5ac5579440d309c583debe5ce876721a84460c84
This commit is contained in:
Cody Kesting
2020-01-22 22:45:49 -08:00
committed by android-build-merger

View File

@@ -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),