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
|
* It's not mandatory for NewPipe to handle the Url
|
||||||
*
|
*
|
||||||
* @param url
|
* @param url
|
||||||
* @return
|
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public boolean onAcceptUrl(String url) {
|
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
|
* If it is a mix (auto-generated playlist) URL, return a {@link LinkHandler} where the URL is like
|
||||||
* like
|
* {@code https://youtube.com/watch?v=videoId&list=playlistId}
|
||||||
* <code>https://youtube.com/watch?v=videoId&list=playlistId</code>.
|
|
||||||
* <p>Otherwise use super</p>
|
* <p>Otherwise use super</p>
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue