mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-29 00:10:35 +05:30
Remove redundant type declaration
This commit is contained in:
parent
22bd16fca3
commit
48fd8ca7b3
@ -37,7 +37,7 @@ public abstract class SearchQueryHandlerFactory extends ListLinkHandlerFactory {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public SearchQueryHandler fromQuery(String query) throws ParsingException {
|
public SearchQueryHandler fromQuery(String query) throws ParsingException {
|
||||||
return fromQuery(query, new ArrayList<String>(0), EMPTY_STRING);
|
return fromQuery(query, new ArrayList<>(0), EMPTY_STRING);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user