Skip to content

Commit

Permalink
Address internal annotation inconsistency in Firebasemllogevent
Browse files Browse the repository at this point in the history
  • Loading branch information
rlazo committed Dec 9, 2024
1 parent 0a2b584 commit b12ab96
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,10 @@ public abstract static class Builder {
@AutoValue.Builder
public abstract static class Builder {
@NonNull
public abstract Builder setErrorCode(@Nullable ErrorCode value);
public abstract Builder setErrorCode(@NonNull ErrorCode value);

@NonNull
public abstract Builder setDownloadStatus(@Nullable DownloadStatus value);
public abstract Builder setDownloadStatus(@NonNull DownloadStatus value);

@NonNull
public abstract Builder setDownloadFailureStatus(int value);
Expand Down

0 comments on commit b12ab96

Please sign in to comment.