Skip to content

Commit

Permalink
fbandroid/libraries/fbjni/test/ByteBufferTests.java
Browse files Browse the repository at this point in the history
Reviewed By: jocelynluizzi13

Differential Revision: D67084504

fbshipit-source-id: 8ac2c03ab874073a2fc70ea86937b213374385a4
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Dec 11, 2024
1 parent 273f269 commit 25a60c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/ByteBufferTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@

import static org.assertj.core.api.Assertions.assertThat;

import com.facebook.infer.annotation.Nullsafe;
import java.nio.Buffer;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.FloatBuffer;
import org.junit.Test;

@Nullsafe(Nullsafe.Mode.LOCAL)
public class ByteBufferTests extends BaseFBJniTests {
@Test
public void testDirectByteBuffer() {
Expand Down

0 comments on commit 25a60c4

Please sign in to comment.