Skip to content

Commit 75599b7

Browse files
TWiStErRobsjudd
authored andcommitted
Fix BitmapPoolAdapter outdated JavaDoc
1 parent b1c6076 commit 75599b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/BitmapPoolAdapter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
/**
77
* 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.
8+
* that rejects all {@link android.graphics.Bitmap Bitmap}s added to it and always returns a new
9+
* {@link android.graphics.Bitmap Bitmap} from {@link #get}.
1010
*/
1111
public class BitmapPoolAdapter implements BitmapPool {
1212
@Override

0 commit comments

Comments
 (0)