Skip to content

Commit

Permalink
Remove redundant suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Mar 30, 2021
1 parent d7d9ea3 commit 2ac1cec
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -987,7 +987,6 @@ public void testGetSuperTypes()
}

@Test
@SuppressWarnings("resource")
public void testGetSchemasMetadataCalls()
throws Exception
{
Expand Down Expand Up @@ -1052,7 +1051,6 @@ public void testGetSchemasMetadataCalls()
}

@Test
@SuppressWarnings("resource")
public void testGetTablesMetadataCalls()
throws Exception
{
Expand Down Expand Up @@ -1181,7 +1179,6 @@ public void testGetTablesMetadataCalls()
}

@Test
@SuppressWarnings("resource")
public void testGetColumnsMetadataCalls()
throws Exception
{
Expand Down

0 comments on commit 2ac1cec

Please sign in to comment.