Skip to content

Commit

Permalink
Fix "unused" warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
leerho committed Jul 14, 2021
1 parent aabaef7 commit a310fe9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.apache.datasketches.memory.internal.VirtualMachineMemory;
import org.testng.annotations.Test;

@SuppressWarnings("javadoc")
@SuppressWarnings({"javadoc","unused"})
public class VirtualMachineMemoryTest {

@Test
Expand Down

0 comments on commit a310fe9

Please sign in to comment.