Skip to content

Commit

Permalink
Remove out of date documentation in ViewTarget
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=189932831
  • Loading branch information
sjudd committed Mar 30, 2018
1 parent 58bcf53 commit 6eb094c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
*
* <p> Any calls to {@link View#setTag(Object)}} on a View given to this class will result in
* excessive allocations and and/or {@link IllegalArgumentException}s. If you must call {@link
* View#setTag(Object)} on a view, consider using {@link BaseTarget} or {@link SimpleTarget}
* instead. </p>
* View#setTag(Object)} on a view, use {@link #setTagId(int)} to specify a custom tag for Glide to
* use.
*
* <p> Subclasses must call super in {@link #onLoadCleared(Drawable)} </p>
*
Expand Down

0 comments on commit 6eb094c

Please sign in to comment.