Skip to content

Commit

Permalink
fbandroid/libraries/fbcore/src/test/java/com/facebook/common/referenc…
Browse files Browse the repository at this point in the history
…es/SharedReferenceTest.java

Reviewed By: jocelynluizzi13

Differential Revision: D60885718

fbshipit-source-id: 9078075838d04b130d5378d87949661dd8da11f3
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Aug 7, 2024
1 parent 604e0da commit b45dcb0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import com.facebook.common.internal.Closeables;
import java.io.Closeable;
import java.io.IOException;
import javax.annotation.Nullable;
import junit.framework.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
Expand Down Expand Up @@ -91,7 +92,7 @@ public void testCustomReleaser() {
}

public static class Thing implements Closeable {
private String mValue;
@Nullable private String mValue;

public Thing(String value) {
mValue = value;
Expand Down

0 comments on commit b45dcb0

Please sign in to comment.