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

@@ -66,7 +66,7 @@ public class PIDToleranceTest {
@After
public void tearDown() throws Exception {
m_pid.free();
m_pid.close();
m_pid = null;
}