Skip to content

Commit 2825454

Browse files
committed
MAINT: remove unused imports
Signed-off-by: George Chen <[email protected]>
1 parent c6fa529 commit 2825454

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

data-prepper-plugins/encryption-plugin/src/test/java/org/opensearch/dataprepper/plugins/encryption/EncryptionPluginTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import java.util.Optional;
2424
import java.util.Set;
2525
import java.util.UUID;
26-
import java.util.concurrent.Executors;
2726
import java.util.concurrent.ScheduledExecutorService;
2827

2928
import static org.hamcrest.CoreMatchers.equalTo;

data-prepper-plugins/encryption-plugin/src/test/java/org/opensearch/dataprepper/plugins/encryption/S3BucketAndPrefixTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import java.util.stream.Stream;
1414

1515
import static org.hamcrest.CoreMatchers.equalTo;
16-
import static org.hamcrest.CoreMatchers.nullValue;
1716
import static org.hamcrest.MatcherAssert.assertThat;
1817
import static org.junit.jupiter.api.Assertions.assertThrows;
1918
import static org.junit.jupiter.params.provider.Arguments.arguments;

data-prepper-plugins/encryption-plugin/src/test/java/org/opensearch/dataprepper/plugins/encryption/S3EncryptedDataKeyWriterTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
import static org.hamcrest.CoreMatchers.endsWith;
2727
import static org.hamcrest.CoreMatchers.equalTo;
28-
import static org.hamcrest.CoreMatchers.startsWith;
2928
import static org.hamcrest.MatcherAssert.assertThat;
3029
import static org.junit.jupiter.api.Assertions.assertThrows;
3130
import static org.mockito.ArgumentMatchers.any;

0 commit comments

Comments
 (0)