Skip to content

Commit

Permalink
RED-149 #time 15m Fix the constructor visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicroland committed Sep 27, 2017
1 parent 9316852 commit 7639fc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public abstract static class SmartDiffUtilCallback

protected List<? extends SmartRecyclerViewWrapper<?>> newWrappers;

private SmartDiffUtilCallback(List<? extends SmartRecyclerViewWrapper<?>> oldWrappers,
public SmartDiffUtilCallback(List<? extends SmartRecyclerViewWrapper<?>> oldWrappers,
List<? extends SmartRecyclerViewWrapper<?>> newWrappers)
{
this.oldWrappers = oldWrappers;
Expand Down

0 comments on commit 7639fc4

Please sign in to comment.