Fix typos
Co-authored-by: Tobias Groza <TobiGr@users.noreply.github.com>
This commit is contained in:
parent
8c38a5509e
commit
9d63211a66
1 changed files with 2 additions and 2 deletions
|
@ -51,10 +51,10 @@ public class YoutubeChannelLinkHandlerFactory extends ListLinkHandlerFactory {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns true if path conform to
|
* Returns true if path conform to
|
||||||
* custom short channel urls like youtube.com/yourcustomname
|
* custom short channel URLs like youtube.com/yourcustomname
|
||||||
*
|
*
|
||||||
* @param splitPath path segments array
|
* @param splitPath path segments array
|
||||||
* @return true - if value conform to short channel url, false - not
|
* @return true - if value conform to short channel URL, false - not
|
||||||
*/
|
*/
|
||||||
private boolean isCustomShortChannelUrl(String[] splitPath) {
|
private boolean isCustomShortChannelUrl(String[] splitPath) {
|
||||||
return splitPath.length == 1 &&
|
return splitPath.length == 1 &&
|
||||||
|
|
Loading…
Reference in a new issue