Skip to content

Commit

Permalink
Fix BitmapPoolAdapter outdated JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob authored and sjudd committed Oct 17, 2023
1 parent b1c6076 commit 75599b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

/**
* An {@link com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool BitmapPool} implementation
* that rejects all {@link android.graphics.Bitmap Bitmap}s added to it and always returns {@code
* 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}.
*/
public class BitmapPoolAdapter implements BitmapPool {
@Override
Expand Down

0 comments on commit 75599b7

Please sign in to comment.