Skip to content

Commit 84bd6d6

Browse files
committed
update: 代码注释
1 parent 8a162c2 commit 84bd6d6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

xutils/src/main/java/org/xutils/common/task/AbsTask.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ protected void cancelWorks() {
7171

7272
/**
7373
* 取消任务时是否不等待任务彻底结束, 立即收到取消的通知.
74+
*
75+
* @return 是否立即响应取消回调
7476
*/
7577
protected boolean isCancelFast() {
7678
return false;

xutils/src/main/java/org/xutils/http/app/DefaultParamsBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public SSLSocketFactory getSSLSocketFactory() throws Throwable {
6565
}
6666

6767
/**
68-
* 为请求添加通用参数等操作
68+
* 为请求添加通用参数或修改参数等操作
6969
*/
7070
@Override
7171
public void buildParams(RequestParams params) throws Throwable {

0 commit comments

Comments
 (0)