Fix Checkstyle issue in YoutubeDashManifestCreator
This commit is contained in:
parent
2321822844
commit
54d323c2ae
1 changed files with 2 additions and 0 deletions
|
@ -1094,6 +1094,7 @@ public final class YoutubeDashManifestCreator {
|
|||
}
|
||||
}
|
||||
|
||||
// CHECKSTYLE:OFF
|
||||
/**
|
||||
* Generate the {@code <SegmentBase>} element, appended as a child of the
|
||||
* {@code <Representation>} element.
|
||||
|
@ -1120,6 +1121,7 @@ public final class YoutubeDashManifestCreator {
|
|||
* be appended
|
||||
* @param itagItem the {@link ItagItem} to use, which cannot be null
|
||||
*/
|
||||
// CHECKSTYLE:ON
|
||||
private static void generateSegmentBaseElement(@Nonnull final Document document,
|
||||
@Nonnull final ItagItem itagItem)
|
||||
throws CreationException {
|
||||
|
|
Loading…
Reference in a new issue