Skip to content

Commit

Permalink
added SuppressWarnings("deprecation")
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Rhodes committed Nov 14, 2016
1 parent 9964f3c commit a9448f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public void checkReadOnlyMemory() {
assertEquals(sketchMem, convertedSketch);
}

@SuppressWarnings("deprecation")
@Test
public void checkDeprecatedPreambleMethods() {
long pre0 = 0;
Expand Down

0 comments on commit a9448f8

Please sign in to comment.