From 3fdc0e72ccd7adecee3364b4b6b45d569e13450f Mon Sep 17 00:00:00 2001 From: chowder <16789070+chowder@users.noreply.github.com> Date: Sun, 30 Oct 2022 13:28:39 +0000 Subject: [PATCH] Line breaks for long docstrings --- .../org/schabi/newpipe/extractor/stream/StreamExtractor.java | 3 ++- .../newpipe/extractor/stream/StreamInfoItemExtractor.java | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamExtractor.java b/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamExtractor.java index 30f7bd804..6fbcf8fbb 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamExtractor.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamExtractor.java @@ -558,7 +558,8 @@ public abstract class StreamExtractor extends Extractor { * Whether the stream is a short-form content. * *

- * Short-form contents are contents in the style of TikTok, YouTube Shorts, or Instagram Reels videos. + * Short-form contents are contents in the style of TikTok, YouTube Shorts, or Instagram Reels + * videos. *

* * @return whether the stream is a short-form content diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfoItemExtractor.java b/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfoItemExtractor.java index 27eb3066f..77a633e2d 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfoItemExtractor.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfoItemExtractor.java @@ -132,7 +132,8 @@ public interface StreamInfoItemExtractor extends InfoItemExtractor { * Whether the stream is a short-form content. * *

- * Short-form contents are contents in the style of TikTok, YouTube Shorts, or Instagram Reels videos. + * Short-form contents are contents in the style of TikTok, YouTube Shorts, or Instagram Reels + * videos. *

* * @return whether the stream is a short-form content