mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[wpilib] Deprecate getInstance() in favor of static functions (#3440)
Co-authored-by: Noam Zaks <imnoamzaks@gmail.com>
This commit is contained in:
@@ -66,7 +66,7 @@ public class CounterTest extends AbstractComsSetup {
|
||||
// port}.
|
||||
// These data are hard-coded into the class, but they could be
|
||||
// generated or loaded in any way you like.
|
||||
return TestBench.getInstance().getDIOCrossConnectCollection();
|
||||
return TestBench.getDIOCrossConnectCollection();
|
||||
}
|
||||
|
||||
@BeforeClass
|
||||
|
||||
Reference in New Issue
Block a user