Skip to content

Commit 0521317

Browse files
authored
minor edit, made variable final
1 parent 8bceb57 commit 0521317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeCommentsExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public YoutubeCommentsExtractor(StreamingService service, ListLinkHandler uiHand
4646

4747
@Override
4848
public InfoItemsPage<CommentsInfoItem> getInitialPage() throws IOException, ExtractionException {
49-
String commentsTokenInside;
49+
final String commentsTokenInside;
5050
if (responseBody.contains("commentSectionRenderer")) {
5151
commentsTokenInside = findValue(responseBody, "commentSectionRenderer", "}");
5252
} else {

0 commit comments

Comments
 (0)