Fix typo in DashManifestParser

PiperOrigin-RevId: 585017285
This commit is contained in:
ibaker 2023-11-24 00:29:48 -08:00 committed by Copybara-Service
parent 85a54e2e19
commit 479344d74e

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