Skip to content

Commit 345c7f4

Browse files
G-flatTobiGr
authored andcommitted
Fix checkstyle issue
1 parent ece968d commit 345c7f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/linkHandler/YoutubeChannelLinkHandlerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public String getId(final String url) throws ParsingException, UnsupportedOperat
9999
// Remove leading "/"
100100
path = path.substring(1);
101101

102-
String[] splitPath = path.split("/");
102+
final String[] splitPath = path.split("/");
103103

104104
if (isHandle(splitPath) || isCustomShortChannelUrl(splitPath)) {
105105
// Handle YouTube handle URLs like youtube.com/@yourhandle and

0 commit comments

Comments
 (0)