From cc3dd21be835093b92b622a6667e518d29852aec Mon Sep 17 00:00:00 2001 From: Jacksgong Date: Mon, 5 Feb 2018 19:33:16 +0800 Subject: [PATCH] chore: fix style check issue on filedownloader-properties --- .../liulishuo/filedownloader/util/FileDownloadProperties.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/src/main/java/com/liulishuo/filedownloader/util/FileDownloadProperties.java b/library/src/main/java/com/liulishuo/filedownloader/util/FileDownloadProperties.java index 43e789d9..f7f7f3d7 100644 --- a/library/src/main/java/com/liulishuo/filedownloader/util/FileDownloadProperties.java +++ b/library/src/main/java/com/liulishuo/filedownloader/util/FileDownloadProperties.java @@ -133,7 +133,8 @@ public class FileDownloadProperties { "download.max-network-thread-count"; private static final String KEY_FILE_NON_PRE_ALLOCATION = "file.non-pre-allocation"; private static final String KEY_BROADCAST_COMPLETED = "broadcast.completed"; - private static final String KEY_TRIAL_CONNECTION_HEAD_METHOD = "download.trial-connection-head-method"; + private static final String KEY_TRIAL_CONNECTION_HEAD_METHOD + = "download.trial-connection-head-method"; public final int downloadMinProgressStep; public final long downloadMinProgressTime;