mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Fix multiple Java warnings (#6201)
This commit is contained in:
@@ -52,6 +52,7 @@ public final class TestBench {
|
||||
public static final int DIOCrossConnectA1 = 6;
|
||||
|
||||
/** The Singleton instance of the Test Bench. */
|
||||
@SuppressWarnings("unused")
|
||||
private static TestBench instance = null;
|
||||
|
||||
/**
|
||||
|
||||
@@ -50,7 +50,10 @@ public class TestSuite extends AbstractTestSuite {
|
||||
TestBench.out().println("Starting Tests");
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private static final Logger WPILIBJ_ROOT_LOGGER = Logger.getLogger("edu.wpi.first.wpilibj");
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private static final Logger WPILIBJ_COMMAND_ROOT_LOGGER =
|
||||
Logger.getLogger("edu.wpi.first.wpilibj.command");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user