Skip to content

Commit

Permalink
#244 修复下载多媒体文件报错的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed Jun 10, 2017
1 parent 975cfda commit 787a4cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public abstract class MediaDownloadRequestExecutor<H, P> implements RequestExecu
protected RequestHttp<H, P> requestHttp;
protected File tmpDirFile;
public MediaDownloadRequestExecutor(RequestHttp requestHttp, File tmpDirFile) {
this.requestHttp = requestHttp;
this.tmpDirFile = tmpDirFile;
}

Expand Down

0 comments on commit 787a4cc

Please sign in to comment.