Skip to content

Commit

Permalink
Fix javadoc of groupie-viewbinding's BindableItem.bind methods to ref…
Browse files Browse the repository at this point in the history
…er to ViewBinding instead of ViewDataBinding. (#334)
  • Loading branch information
zsoltvilagos authored Apr 3, 2020
1 parent 0910269 commit c3411d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void bind(@NonNull GroupieViewHolder<T> viewHolder, int position, @NonNul
/**
* Perform any actions required to set up the view for display.
*
* @param viewBinding The ViewDataBinding to bind
* @param viewBinding The ViewBinding to bind
* @param position The adapter position
*/
public abstract void bind(@NonNull T viewBinding, int position);
Expand All @@ -64,7 +64,7 @@ public void bind(@NonNull GroupieViewHolder<T> viewHolder, int position, @NonNul
* If you don't specify how to handle payloads in your implementation, they'll be ignored and
* the adapter will do a full rebind.
*
* @param viewBinding The ViewDataBinding to bind
* @param viewBinding The ViewBinding to bind
* @param position The adapter position
* @param payloads A list of payloads (may be empty)
*/
Expand Down

0 comments on commit c3411d8

Please sign in to comment.