We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00ff00 commit cc3dd21Copy full SHA for cc3dd21
1 file changed
library/src/main/java/com/liulishuo/filedownloader/util/FileDownloadProperties.java
@@ -133,7 +133,8 @@ public class FileDownloadProperties {
133
"download.max-network-thread-count";
134
private static final String KEY_FILE_NON_PRE_ALLOCATION = "file.non-pre-allocation";
135
private static final String KEY_BROADCAST_COMPLETED = "broadcast.completed";
136
- private static final String KEY_TRIAL_CONNECTION_HEAD_METHOD = "download.trial-connection-head-method";
+ private static final String KEY_TRIAL_CONNECTION_HEAD_METHOD
137
+ = "download.trial-connection-head-method";
138
139
public final int downloadMinProgressStep;
140
public final long downloadMinProgressTime;
0 commit comments