Fix typo in DashManifestParser
PiperOrigin-RevId: 585017285
This commit is contained in:
parent
85a54e2e19
commit
479344d74e
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user