This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch integrateJava17_v3 in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git
commit 74bccd3cc630885589058a25c3ce4ae1efb93cb0 Author: Lee Rhodes <[email protected]> AuthorDate: Sun Oct 1 12:18:35 2023 -0700 Remove SuppressWarnings("javadoc") --- .../memory/internal/AllocateDirectWritableMapMemoryTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/datasketches-memory-java8/src/test/java/org/apache/datasketches/memory/internal/AllocateDirectWritableMapMemoryTest.java b/datasketches-memory-java8/src/test/java/org/apache/datasketches/memory/internal/AllocateDirectWritableMapMemoryTest.java index 865157b..29cc0b5 100644 --- a/datasketches-memory-java8/src/test/java/org/apache/datasketches/memory/internal/AllocateDirectWritableMapMemoryTest.java +++ b/datasketches-memory-java8/src/test/java/org/apache/datasketches/memory/internal/AllocateDirectWritableMapMemoryTest.java @@ -42,7 +42,6 @@ import org.apache.datasketches.memory.WritableMemory; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; -@SuppressWarnings("javadoc") public class AllocateDirectWritableMapMemoryTest { private static final String LS = System.getProperty("line.separator"); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
