Skip to content

Commit 3fdc0e7

Browse files
committed
Line breaks for long docstrings
1 parent f9bd08c commit 3fdc0e7

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamExtractor.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,8 @@ public List<MetaInfo> getMetaInfo() throws ParsingException {
558558
* Whether the stream is a short-form content.
559559
*
560560
* <p>
561-
* Short-form contents are contents in the style of TikTok, YouTube Shorts, or Instagram Reels videos.
561+
* Short-form contents are contents in the style of TikTok, YouTube Shorts, or Instagram Reels
562+
* videos.
562563
* </p>
563564
*
564565
* @return whether the stream is a short-form content

extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfoItemExtractor.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ default String getShortDescription() throws ParsingException {
132132
* Whether the stream is a short-form content.
133133
*
134134
* <p>
135-
* Short-form contents are contents in the style of TikTok, YouTube Shorts, or Instagram Reels videos.
135+
* Short-form contents are contents in the style of TikTok, YouTube Shorts, or Instagram Reels
136+
* videos.
136137
* </p>
137138
*
138139
* @return whether the stream is a short-form content

0 commit comments

Comments
 (0)