Skip to content

Commit

Permalink
fbandroid/libraries/fresco/imagepipeline-base/src/main/java/com/faceb…
Browse files Browse the repository at this point in the history
…ook/imagepipeline/image/DefaultCloseableImage.java

Differential Revision: D62652295

fbshipit-source-id: cc1b21e861ea924d58aca20dc3b0ed5392fa149b
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Sep 16, 2024
1 parent edcf7cd commit 5a2c15f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
package com.facebook.imagepipeline.image;

import com.facebook.common.logging.FLog;
import com.facebook.infer.annotation.Nullsafe;

@Nullsafe(Nullsafe.Mode.LOCAL)
public abstract class DefaultCloseableImage extends BaseCloseableImage {
private static final String TAG = "CloseableImage";

Expand Down

0 comments on commit 5a2c15f

Please sign in to comment.