Skip to content

Commit 2dbf404

Browse files
authored
Fix javadoc typo
1 parent b90fd36 commit 2dbf404

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/StreamingService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public String toString() {
145145
* Must return a new instance of an implementation of ListLinkHandlerFactory for channel tabs.
146146
* If support for channel tabs is not given null must be returned.
147147
*
148-
* @return an instance of a ListLinkHandlerFactory for channels or null
148+
* @return an instance of a ListLinkHandlerFactory for channel tabs or null
149149
*/
150150
public abstract ListLinkHandlerFactory getChannelTabLHFactory();
151151

0 commit comments

Comments
 (0)