mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix javadoc
PiperOrigin-RevId: 316071392
This commit is contained in:
parent
df86278289
commit
28a7e59d7b
1 changed files with 1 additions and 2 deletions
|
|
@ -841,9 +841,8 @@ public class DashManifestParser extends DefaultHandler
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* /**
|
|
||||||
* Parses a single EventStream node in the manifest.
|
* Parses a single EventStream node in the manifest.
|
||||||
* <p>
|
*
|
||||||
* @param xpp The current xml parser.
|
* @param xpp The current xml parser.
|
||||||
* @return The {@link EventStream} parsed from this EventStream node.
|
* @return The {@link EventStream} parsed from this EventStream node.
|
||||||
* @throws XmlPullParserException If there is any error parsing this node.
|
* @throws XmlPullParserException If there is any error parsing this node.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue