Skip to content

Commit

Permalink
fix DiffTask javadoc, AsyncDiffUtil#calculateDiff method changed meth…
Browse files Browse the repository at this point in the history
…od signature (#280)
  • Loading branch information
satoshun authored and Valentin Hinov committed Aug 20, 2019
1 parent 0703728 commit 4461179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/main/java/com/xwray/groupie/DiffTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* in a background thread. This task will call {@link AsyncDiffUtil.Callback#onDispatchAsyncResult(Collection)}
* passing the new list just before dispatching the diff result to the provided
* {@link DiffUtil.Callback} so that the new list.
* <p>This task is executed via {@link AsyncDiffUtil#calculateDiff(Collection, DiffUtil.Callback, OnAsyncUpdateListener)}.
* <p>This task is executed via {@link AsyncDiffUtil#calculateDiff(Collection, DiffUtil.Callback, OnAsyncUpdateListener, boolean)}.
*/
class DiffTask extends AsyncTask<Void, Void, DiffUtil.DiffResult> {
@NonNull private final DiffUtil.Callback diffCallback;
Expand Down

0 comments on commit 4461179

Please sign in to comment.