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 e02f5cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
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 e02f5cb

Please sign in to comment.