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

Commit 47a23709 authored by Almaz Mingaleev's avatar Almaz Mingaleev Committed by Android (Google) Code Review
Browse files

Merge "Mark GeoLocationTimeZoneSuggestion.mZoneIds as nullable."

parents b0e9cc91 de029e69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ import java.util.StringTokenizer;
 */
public final class GeolocationTimeZoneSuggestion {

    @NonNull private final List<String> mZoneIds;
    @Nullable private final List<String> mZoneIds;
    @Nullable private ArrayList<String> mDebugInfo;

    public GeolocationTimeZoneSuggestion(@Nullable List<String> zoneIds) {