Skip to content

Commit

Permalink
opt
Browse files Browse the repository at this point in the history
  • Loading branch information
heaven7 committed Jul 15, 2020
1 parent e61a6b8 commit 5130a1d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ public void onLifeCycle(LifecycleOwner context, int lifeCycle) {
}

/**
* <p><h2>this should not appear in here. latter will remove</h2>/p2>
* run the task async
*
* @param task the task
*/
@Deprecated
public abstract void asyncRun(Runnable task);

/**
Expand Down Expand Up @@ -122,7 +123,7 @@ public void onLifeCycle(LifecycleOwner context, int lifeCycle) {
* create upload-chain for target parameters
* @param url the url
* @param headers the header
* @param formKey the formkey
* @param formKey the form-key
* @param files the files
* @return chain
*/
Expand Down

0 comments on commit 5130a1d

Please sign in to comment.