Commit 682953c4 by andrewlewis Committed by Oliver Woodman

Fix typos

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=180778084
parent a314db04
...@@ -332,7 +332,7 @@ public final class ImaAdsLoader extends Player.DefaultEventListener implements A ...@@ -332,7 +332,7 @@ public final class ImaAdsLoader extends Player.DefaultEventListener implements A
* *
* <p>Ads will be requested automatically when the player is prepared if this method has not been * <p>Ads will be requested automatically when the player is prepared if this method has not been
* called, so it is only necessary to call this method if you want to request ads before preparing * called, so it is only necessary to call this method if you want to request ads before preparing
* the player * the player.
* *
* @param adUiViewGroup A {@link ViewGroup} on top of the player that will show any ad UI. * @param adUiViewGroup A {@link ViewGroup} on top of the player that will show any ad UI.
*/ */
......
...@@ -104,7 +104,7 @@ import java.util.Map; ...@@ -104,7 +104,7 @@ import java.util.Map;
/** /**
* Updates the {@link DashManifest} and the index of this period in the manifest. * Updates the {@link DashManifest} and the index of this period in the manifest.
* <p> *
* @param manifest The updated manifest. * @param manifest The updated manifest.
* @param periodIndex the new index of this period in the updated manifest. * @param periodIndex the new index of this period in the updated manifest.
*/ */
......
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