Skip to content

Commit

Permalink
Fix typo in DashManifestParser
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 585017285
  • Loading branch information
icbaker authored and copybara-github committed Nov 24, 2023
1 parent 85a54e2 commit 479344d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -648,9 +648,11 @@ protected AdaptationSet buildAdaptationSet(
}

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

0 comments on commit 479344d

Please sign in to comment.