From 54d323c2ae7209e0a4f80e1ee90d9fdd076e3140 Mon Sep 17 00:00:00 2001 From: TiA4f8R <74829229+TiA4f8R@users.noreply.github.com> Date: Mon, 2 May 2022 22:18:46 +0200 Subject: [PATCH] Fix Checkstyle issue in YoutubeDashManifestCreator --- .../extractor/services/youtube/YoutubeDashManifestCreator.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeDashManifestCreator.java b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeDashManifestCreator.java index 5e71f7587..e52476a77 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeDashManifestCreator.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeDashManifestCreator.java @@ -1094,6 +1094,7 @@ public final class YoutubeDashManifestCreator { } } + // CHECKSTYLE:OFF /** * Generate the {@code } element, appended as a child of the * {@code } 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 {