Merge "Fix generic inferred type argument."

This commit is contained in:
Treehugger Robot
2020-01-23 06:39:57 +00:00
committed by Gerrit Code Review

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