Remove ellipsis from Player javadoc

PiperOrigin-RevId: 496377192
This commit is contained in:
ibaker 2022-12-19 13:42:29 +00:00 committed by Tianyi Feng
parent 5fa115641d
commit f0696f9572

View File

@ -2108,7 +2108,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);