Skip to content

Commit

Permalink
suppress warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Walter Knize <[email protected]>
  • Loading branch information
nknize committed Jun 20, 2023
1 parent 5331dbd commit 3fb1c40
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ public void testLinkedHashMap() throws IOException {
}
BytesStreamOutput out = new BytesStreamOutput();
out.writeGenericValue(write);
@SuppressWarnings("unchecked")
LinkedHashMap<String, Integer> read = (LinkedHashMap<String, Integer>) getStreamInput(out.bytes()).readGenericValue();
assertEquals(size, read.size());
int index = 0;
Expand Down

0 comments on commit 3fb1c40

Please sign in to comment.