Skip to content

Commit

Permalink
fbandroid/libraries/fresco/imagepipeline-base-test/src/main/java/com/…
Browse files Browse the repository at this point in the history
…facebook/imagepipeline/testing/TestScheduledFuture.java

Reviewed By: jocelynluizzi13

Differential Revision: D67097691

fbshipit-source-id: f85d23bbde5e290a4631a1b6eb14e2ad5abcce20
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Dec 16, 2024
1 parent da6469c commit 703f76b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

package com.facebook.imagepipeline.testing;

import com.facebook.infer.annotation.Nullsafe;
import java.util.concurrent.Callable;
import java.util.concurrent.Delayed;
import java.util.concurrent.ExecutionException;
Expand All @@ -16,6 +17,7 @@
import java.util.concurrent.TimeoutException;
import javax.annotation.Nullable;

@Nullsafe(Nullsafe.Mode.LOCAL)
public class TestScheduledFuture<V> implements ScheduledFuture<V> {

private final FakeClock mFakeClock;
Expand All @@ -24,6 +26,7 @@ public class TestScheduledFuture<V> implements ScheduledFuture<V> {
private final Runnable mWrap;
private boolean mIsCanceled;
private boolean mIsDone;
// NULLSAFE_FIXME[Field Not Initialized]
private V mResult;
@Nullable private Throwable mResultThrowable;

Expand Down

0 comments on commit 703f76b

Please sign in to comment.