Implements AutoCloseable for types, replacing free() (#1048)

This commit is contained in:
Thad House
2018-05-22 23:33:17 -07:00
committed by Peter Johnson
parent a2ecb1027a
commit cbaff52850
58 changed files with 242 additions and 171 deletions

View File

@@ -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();
}