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