Skip to content

Commit

Permalink
update: 代码注释
Browse files Browse the repository at this point in the history
  • Loading branch information
wyouflf committed May 19, 2020
1 parent 8a162c2 commit 84bd6d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions xutils/src/main/java/org/xutils/common/task/AbsTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ protected void cancelWorks() {

/**
* 取消任务时是否不等待任务彻底结束, 立即收到取消的通知.
*
* @return 是否立即响应取消回调
*/
protected boolean isCancelFast() {
return false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public SSLSocketFactory getSSLSocketFactory() throws Throwable {
}

/**
* 为请求添加通用参数等操作
* 为请求添加通用参数或修改参数等操作
*/
@Override
public void buildParams(RequestParams params) throws Throwable {
Expand Down

0 comments on commit 84bd6d6

Please sign in to comment.