Fix JDoc
This commit is contained in:
parent
1ba689900e
commit
d63d20f943
|
@ -42,7 +42,6 @@ public abstract class SearchQueryHandlerFactory extends ListLinkHandlerFactory {
|
|||
* It's not mandatory for NewPipe to handle the Url
|
||||
*
|
||||
* @param url
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
public boolean onAcceptUrl(String url) {
|
||||
|
|
|
@ -76,9 +76,8 @@ public class YoutubePlaylistLinkHandlerFactory extends ListLinkHandlerFactory {
|
|||
}
|
||||
|
||||
/**
|
||||
* * If it is a mix (auto-generated playlist) URL, return a {@link LinkHandler} where the URL is
|
||||
* like
|
||||
* <code>https://youtube.com/watch?v=videoId&list=playlistId</code>.
|
||||
* If it is a mix (auto-generated playlist) URL, return a {@link LinkHandler} where the URL is like
|
||||
* {@code https://youtube.com/watch?v=videoId&list=playlistId}
|
||||
* <p>Otherwise use super</p>
|
||||
*/
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue