Remove ellipsis from Player javadoc

PiperOrigin-RevId: 496377192
(cherry picked from commit 844428ea329754118b8c0a2d58373415f539d725)
This commit is contained in:
ibaker 2022-12-19 13:42:29 +00:00 committed by christosts
parent 2c17c6ef04
commit 65daec3596

View File

@ -2075,7 +2075,7 @@ public interface Player {
* setPlaybackParameters(getPlaybackParameters().withSpeed(speed))}.
*
* @param speed The linear factor by which playback will be sped up. Must be higher than 0. 1 is
* normal speed, 2 is twice as fast, 0.5 is half normal speed...
* normal speed, 2 is twice as fast, 0.5 is half normal speed.
*/
void setPlaybackSpeed(@FloatRange(from = 0, fromInclusive = false) float speed);