Fix incorrect JavaDoc

PiperOrigin-RevId: 444874326
This commit is contained in:
bachinger 2022-04-27 17:00:32 +01:00 committed by Ian Baker
parent fd6b57469d
commit 1e251b3be7

View File

@ -139,7 +139,7 @@ public final class ImaServerSideAdInsertionUriBuilder {
/**
* Sets the format of the stream request.
*
* @param format VOD or live stream type.
* @param format {@link C#TYPE_DASH} or {@link C#TYPE_HLS}.
* @return This instance, for convenience.
*/
public ImaServerSideAdInsertionUriBuilder setFormat(@ContentType int format) {