Commit a7b11ecb by olly Committed by Oliver Woodman

Add missing Nullable annotation

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=178117289
parent 586e657b
......@@ -729,7 +729,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