Fix Checkstyle issue in YoutubeDashManifestCreator

This commit is contained in:
TiA4f8R 2022-05-02 22:18:46 +02:00
parent 2321822844
commit 54d323c2ae
No known key found for this signature in database
GPG Key ID: E6D3E7F5949450DD
1 changed files with 2 additions and 0 deletions

View File

@ -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 {