We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c6076 commit 75599b7Copy full SHA for 75599b7
library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/BitmapPoolAdapter.java
@@ -5,8 +5,8 @@
5
6
/**
7
* An {@link com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool BitmapPool} implementation
8
- * that rejects all {@link android.graphics.Bitmap Bitmap}s added to it and always returns {@code
9
- * null} from get.
+ * that rejects all {@link android.graphics.Bitmap Bitmap}s added to it and always returns a new
+ * {@link android.graphics.Bitmap Bitmap} from {@link #get}.
10
*/
11
public class BitmapPoolAdapter implements BitmapPool {
12
@Override
0 commit comments