Skip to content

Commit

Permalink
Annotate public APIs as @nullable
Browse files Browse the repository at this point in the history
Reviewed By: ianlevesque

Differential Revision: D25885631

fbshipit-source-id: ea718d0594c68e768a54979312b9ac3cc341905e
  • Loading branch information
Abel Del Pino authored and facebook-github-bot committed Jan 20, 2021
1 parent 21e43cf commit 3364e6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ public ImageRequestBuilder setPostprocessor(@Nullable Postprocessor postprocesso
* {@link com.facebook.imagepipeline.core.ImagePipelineConfig}
* @return the modified builder instance
*/
public ImageRequestBuilder setRequestListener(RequestListener requestListener) {
public ImageRequestBuilder setRequestListener(@Nullable RequestListener requestListener) {
mRequestListener = requestListener;
return this;
}
Expand Down

0 comments on commit 3364e6e

Please sign in to comment.