2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-22 09:57:38 +00:00

Fix javadoc typo

This commit is contained in:
Iscle 2025-06-06 00:44:55 +02:00 committed by GitHub
parent b90fd36783
commit 2dbf404507
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -145,7 +145,7 @@ public abstract class StreamingService {
* Must return a new instance of an implementation of ListLinkHandlerFactory for channel tabs. * Must return a new instance of an implementation of ListLinkHandlerFactory for channel tabs.
* If support for channel tabs is not given null must be returned. * If support for channel tabs is not given null must be returned.
* *
* @return an instance of a ListLinkHandlerFactory for channels or null * @return an instance of a ListLinkHandlerFactory for channel tabs or null
*/ */
public abstract ListLinkHandlerFactory getChannelTabLHFactory(); public abstract ListLinkHandlerFactory getChannelTabLHFactory();