Skip to content

Commit

Permalink
Add missing Nullable annotation
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=178117289
  • Loading branch information
ojw28 committed Dec 12, 2017
1 parent 586e657 commit a7b11ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ public void seekTo(int windowIndex, long positionMs) {
}

@Override
public void setPlaybackParameters(PlaybackParameters playbackParameters) {
public void setPlaybackParameters(@Nullable PlaybackParameters playbackParameters) {
player.setPlaybackParameters(playbackParameters);
}

Expand Down

0 comments on commit a7b11ec

Please sign in to comment.