mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Implements AutoCloseable for types, replacing free() (#1048)
This commit is contained in:
committed by
Peter Johnson
parent
a2ecb1027a
commit
cbaff52850
@@ -42,7 +42,7 @@ public class AnalogPotentiometerTest extends AbstractComsSetup {
|
||||
@After
|
||||
public void tearDown() throws Exception {
|
||||
m_potSource.reset();
|
||||
m_pot.free();
|
||||
m_pot.close();
|
||||
m_analogIO.teardown();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user