Commit 4c2ea75c by bachinger Committed by Ian Baker

Fix incorrect JavaDoc

PiperOrigin-RevId: 444874326
parent 91b0d55f
...@@ -137,7 +137,7 @@ public final class ImaServerSideAdInsertionUriBuilder { ...@@ -137,7 +137,7 @@ public final class ImaServerSideAdInsertionUriBuilder {
/** /**
* Sets the format of the stream request. * 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. * @return This instance, for convenience.
*/ */
public ImaServerSideAdInsertionUriBuilder setFormat(@ContentType int format) { public ImaServerSideAdInsertionUriBuilder setFormat(@ContentType int format) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment