Skip to content

Commit

Permalink
rename params
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivchar Vitaly committed Apr 6, 2017
1 parent 3e9d89f commit e9bbb0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ boolean areItemsTheSame(final int oldItemPosition, final int newItemPosition) {
}

public abstract
boolean areItemsTheSame(final BM oldItemPosition, final BM newItemPosition);
boolean areItemsTheSame(final BM oldItem, final BM newItem);

@Override
public
Expand All @@ -171,7 +171,7 @@ boolean areContentsTheSame(final int oldItemPosition, final int newItemPosition)
}

public abstract
boolean areContentsTheSame(final BM oldItemPosition, final BM newItemPosition);
boolean areContentsTheSame(final BM oldItem, final BM newItem);

@Nullable
@Override
Expand Down

0 comments on commit e9bbb0d

Please sign in to comment.