mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Implements AutoCloseable for types, replacing free() (#1048)
This commit is contained in:
committed by
Peter Johnson
parent
a2ecb1027a
commit
cbaff52850
@@ -66,7 +66,7 @@ public class PIDToleranceTest {
|
||||
|
||||
@After
|
||||
public void tearDown() throws Exception {
|
||||
m_pid.free();
|
||||
m_pid.close();
|
||||
m_pid = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user