Apply Best Practices PMD rules (#14753)
* Apply Unused* Best Practices PMD rules
This commit is contained in:
@@ -19,12 +19,9 @@ import java.util.Objects;
|
||||
import org.junit.jupiter.api.AfterEach;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
class OnDiskQueueTest {
|
||||
|
||||
private static final Logger LOGGER = LoggerFactory.getLogger(OnDiskQueueTest.class);
|
||||
private static final Path TEST_ROOT = Path.of("/tmp/airbyte_tests");
|
||||
private CloseableQueue<byte[]> queue;
|
||||
private Path queueRoot;
|
||||
|
||||
Reference in New Issue
Block a user