Move misplaced parenthesis.

PiperOrigin-RevId: 401245843
This commit is contained in:
tonihei 2021-10-06 16:03:21 +01:00 committed by Oliver Woodman
parent 96cfd0b415
commit d5f71a5dbd

View File

@ -2182,7 +2182,7 @@ public interface Player {
/**
* Returns whether the current {@link MediaItem} is dynamic (may change when the {@link Timeline}
* is updated,) or {@code false} if the {@link Timeline} is empty.
* is updated), or {@code false} if the {@link Timeline} is empty.
*
* @see Timeline.Window#isDynamic
*/