pull/330/head
AriaLyy 8 years ago
parent 09ca816223
commit 581b53cc81
  1. 3
      Aria/src/main/java/com/arialyy/aria/core/download/DownloadTarget.java

@ -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;
} }
/** /**

Loading…
Cancel
Save