Skip to content

Commit a9448f8

Browse files
author
Lee Rhodes
committed
added SuppressWarnings("deprecation")
1 parent 9964f3c commit a9448f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sketches/src/test/java/com/yahoo/sketches/sampling/VersionConverterTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public void checkReadOnlyMemory() {
4242
assertEquals(sketchMem, convertedSketch);
4343
}
4444

45+
@SuppressWarnings("deprecation")
4546
@Test
4647
public void checkDeprecatedPreambleMethods() {
4748
long pre0 = 0;

0 commit comments

Comments
 (0)