Skip to content

Commit

Permalink
[Java]: optimize imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontgomery committed Jul 25, 2021
1 parent 758a38d commit e63d8d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
package io.aeron;

import io.aeron.driver.MediaDriver;
import io.aeron.driver.ThreadingMode;
import io.aeron.exceptions.RegistrationException;
import io.aeron.logbuffer.FragmentHandler;
import io.aeron.test.InterruptAfter;
Expand All @@ -36,7 +35,8 @@
import org.junit.jupiter.api.extension.RegisterExtension;

import static java.util.Objects.requireNonNull;
import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertNotEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.junit.jupiter.api.Assumptions.assumeTrue;

@ExtendWith(InterruptingTestCallback.class)
Expand Down

0 comments on commit e63d8d5

Please sign in to comment.