Fixed two JavaDoc params references
This commit is contained in:
parent
abe07ec61d
commit
c9036ce45c
@ -175,7 +175,7 @@ public class CoverCache {
|
||||
* Creates a new in-memory LRU cache
|
||||
*
|
||||
* @param context the application context
|
||||
* @param int the lru cache size in bytes
|
||||
* @param size the lru cache size in bytes
|
||||
*/
|
||||
public BitmapLruCache(Context context, int size) {
|
||||
super(size);
|
||||
|
@ -191,7 +191,7 @@ public class LazyCoverView extends ImageView
|
||||
* Updates the view with a cached bitmap
|
||||
* A fallback image will be used on cache miss
|
||||
*
|
||||
* @param payload The cover message containing the cache key and view to use
|
||||
* @param key The cover message containing the cache key and view to use
|
||||
*/
|
||||
public boolean drawFromCache(CoverCache.CoverKey key, boolean fadeIn) {
|
||||
boolean cacheHit = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user