Skip to content

Commit

Permalink
structure protected => public
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadCym committed Oct 23, 2016
1 parent f3ced3b commit 219a35b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class BaseViewHolder extends RecyclerView.ViewHolder {
Object associatedObject;


protected BaseViewHolder(View view) {
public BaseViewHolder(View view) {
super(view);
this.views = new SparseArray<View>();
this.childClickViewIds = new LinkedHashSet<>();
Expand Down

0 comments on commit 219a35b

Please sign in to comment.