mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Clean up AutoCloseable and other Java warnings (#1866)
This commit is contained in:
@@ -70,7 +70,7 @@ public class PDPTest extends AbstractComsSetup {
|
||||
public static Collection<Object[]> generateData() {
|
||||
// logger.fine("Loading the MotorList");
|
||||
return Arrays.asList(new Object[][]{
|
||||
{TestBench.getInstance().getTalonPair(), new Double(0.0)}});
|
||||
{TestBench.getInstance().getTalonPair(), 0.0}});
|
||||
}
|
||||
|
||||
@After
|
||||
|
||||
Reference in New Issue
Block a user