We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c37c75 commit ef71a5fCopy full SHA for ef71a5f
extractor/src/test/java/org/schabi/newpipe/downloader/DownloaderFactory.java
@@ -6,9 +6,9 @@
6
7
public class DownloaderFactory {
8
9
- public final static String RESOURCE_PATH = "src/test/resources/org/schabi/newpipe/extractor/";
+ public static final String RESOURCE_PATH = "src/test/resources/org/schabi/newpipe/extractor/";
10
11
- private final static DownloaderType DEFAULT_DOWNLOADER = DownloaderType.REAL;
+ private static final DownloaderType DEFAULT_DOWNLOADER = DownloaderType.REAL;
12
13
public static DownloaderType getDownloaderType() {
14
try {
0 commit comments