Make some vars final and add annotations to methods

This commit is contained in:
TobiGr
2020-12-15 17:21:21 +01:00
parent bc6de14952
commit 41a8ed625d
2 changed files with 27 additions and 26 deletions

View File

@@ -10,9 +10,8 @@ import org.schabi.newpipe.extractor.search.SearchExtractor;
import org.schabi.newpipe.extractor.services.DefaultSearchExtractorTest;
import org.schabi.newpipe.extractor.services.youtube.linkHandler.YoutubeSearchQueryHandlerFactory;
import java.net.URLEncoder;
import javax.annotation.Nullable;
import java.net.URLEncoder;
import static java.util.Collections.singletonList;
import static org.schabi.newpipe.extractor.ServiceList.YouTube;