mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Implements AutoCloseable for types, replacing free() (#1048)
This commit is contained in:
committed by
Peter Johnson
parent
a2ecb1027a
commit
cbaff52850
@@ -47,7 +47,7 @@ public class PDPTest extends AbstractComsSetup {
|
||||
|
||||
@AfterClass
|
||||
public static void tearDownAfterClass() throws Exception {
|
||||
pdp.free();
|
||||
pdp.close();
|
||||
pdp = null;
|
||||
me.teardown();
|
||||
me = null;
|
||||
|
||||
Reference in New Issue
Block a user