Fix typo in DashManifestParser

PiperOrigin-RevId: 585017285
(cherry picked from commit 479344d74e)
This commit is contained in:
ibaker 2023-11-24 00:29:48 -08:00 committed by microkatz
parent 4234bc7091
commit 36f634d8d1

View file

@ -648,9 +648,11 @@ public class DashManifestParser extends DefaultHandler
}
/**
* Parses children of AdaptationSet elements not specifically parsed elsewhere.
* Parses a child of an {@link AdaptationSet} element.
*
* @param xpp The XmpPullParser from which the AdaptationSet child should be parsed.
* <p>Called for child elements that are not specifically parsed elsewhere.
*
* @param xpp The {@link XmlPullParser} from which the child should be parsed.
* @throws XmlPullParserException If an error occurs parsing the element.
* @throws IOException If an error occurs reading the element.
*/