Skip to content

Commit

Permalink
fix javadoc compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
doodeec committed May 19, 2017
1 parent b8f2461 commit e34f122
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
* of items which implement {@link MutableDiffResolver}, and the next time change is detected,
* we compare those cached values with new ones (to determine if item contents changed).
*
* This is only used in {@link android.support.v7.util.DiffUtil.Callback#areContentsTheSame(int, int)}
* so only for items, which return true in {@link android.support.v7.util.DiffUtil.Callback#areItemsTheSame(int, int)}
* This is only used in android.support.v7.util.DiffUtil.Callback#areContentsTheSame(int, int)
* so only for items, which return true in android.support.v7.util.DiffUtil.Callback#areItemsTheSame(int, int)
*
* Implementation of this resolver is very similar to generating/writing {@link Object#hashCode()}
* method for regular data objects
Expand Down

0 comments on commit e34f122

Please sign in to comment.