Skip to content

Commit 54d323c

Browse files
committed
Fix Checkstyle issue in YoutubeDashManifestCreator
1 parent 2321822 commit 54d323c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeDashManifestCreator.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,6 +1094,7 @@ private static void generateBaseUrlElement(@Nonnull final Document document,
10941094
}
10951095
}
10961096

1097+
// CHECKSTYLE:OFF
10971098
/**
10981099
* Generate the {@code <SegmentBase>} element, appended as a child of the
10991100
* {@code <Representation>} element.
@@ -1120,6 +1121,7 @@ private static void generateBaseUrlElement(@Nonnull final Document document,
11201121
* be appended
11211122
* @param itagItem the {@link ItagItem} to use, which cannot be null
11221123
*/
1124+
// CHECKSTYLE:ON
11231125
private static void generateSegmentBaseElement(@Nonnull final Document document,
11241126
@Nonnull final ItagItem itagItem)
11251127
throws CreationException {

0 commit comments

Comments
 (0)