Skip to content

Commit

Permalink
Fix static check.
Browse files Browse the repository at this point in the history
  • Loading branch information
gianm committed Apr 18, 2023
1 parent ad91ecc commit dba1834
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void testDeserializeWithoutColumnsWithFindColumnsFromHeaderTrue() throws
}

@Test
public void testDeserializeWithoutColumnsWithFindColumnsFromHeaderFalse() throws IOException
public void testDeserializeWithoutColumnsWithFindColumnsFromHeaderFalse()
{
final ObjectMapper mapper = new ObjectMapper();
final JsonProcessingException e = Assert.assertThrows(
Expand Down

0 comments on commit dba1834

Please sign in to comment.