Skip to content

Commit

Permalink
Fix a few Intellij inspection warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekrb19 committed May 29, 2024
1 parent b6f8f20 commit 1e028cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class SegmentLoadDropHandlerCacheTest
private ObjectMapper objectMapper;

@Before
public void setup() throws IOException
public void setup()
{
loaderConfig = new SegmentLoaderConfig()
{
Expand Down Expand Up @@ -133,7 +133,7 @@ public void testLoadStartStopWithEmptyLocations() throws IOException
}

@Test
public void testLoadStartStop() throws IOException
public void testLoadStartStop()
{
final SegmentLoadDropHandler loadDropHandler = new SegmentLoadDropHandler(
loaderConfig,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public class ServerManagerTest
public TemporaryFolder temporaryFolder = new TemporaryFolder();

@Before
public void setUp() throws IOException
public void setUp()
{
final SegmentLoaderConfig loaderConfig = new SegmentLoaderConfig()
{
Expand Down

0 comments on commit 1e028cb

Please sign in to comment.