This commit is contained in:
AriaLyy
2017-04-07 16:51:06 +08:00
parent 09ca816223
commit 581b53cc81

View File

@ -48,8 +48,9 @@ public class DownloadTarget extends AbsTarget<DownloadEntity, DownloadTaskEntity
/** /**
* 重定向后新url的key默认为location * 重定向后新url的key默认为location
*/ */
public void setRedirectUrlKey(String redirectUrlKey) { public DownloadTarget setRedirectUrlKey(String redirectUrlKey) {
super._setRedirectUrlKey(redirectUrlKey); super._setRedirectUrlKey(redirectUrlKey);
return this;
} }
/** /**