Commit 39e8f075 by olly Committed by Oliver Woodman

Add missing Nullable annotation

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=178117289
parent 02e32a18
......@@ -726,7 +726,7 @@ public class SimpleExoPlayer implements ExoPlayer {
}
@Override
public void setPlaybackParameters(PlaybackParameters playbackParameters) {
public void setPlaybackParameters(@Nullable PlaybackParameters playbackParameters) {
player.setPlaybackParameters(playbackParameters);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment