Fix typos

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=180778084
This commit is contained in:
andrewlewis 2018-01-04 03:23:27 -08:00 committed by Oliver Woodman
parent a314db04ad
commit 682953c411
2 changed files with 2 additions and 2 deletions

View file

@ -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
* 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.
*/

View file

@ -104,7 +104,7 @@ import java.util.Map;
/**
* Updates the {@link DashManifest} and the index of this period in the manifest.
* <p>
*
* @param manifest The updated manifest.
* @param periodIndex the new index of this period in the updated manifest.
*/